ConnStringInfo Class

Definition

Database connection string information. Serialized Name: ConnStringInfo

public class ConnStringInfo : System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.AppService.Models.ConnStringInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.AppService.Models.ConnStringInfo>
type ConnStringInfo = class
    interface IJsonModel<ConnStringInfo>
    interface IPersistableModel<ConnStringInfo>
Public Class ConnStringInfo
Implements IJsonModel(Of ConnStringInfo), IPersistableModel(Of ConnStringInfo)
Inheritance
ConnStringInfo
Implements

Constructors

Name Description
ConnStringInfo()

Initializes a new instance of ConnStringInfo.

Properties

Name Description
ConnectionString

Connection string value. Serialized Name: ConnStringInfo.connectionString

ConnectionStringType

Type of database. Serialized Name: ConnStringInfo.type

Name

Name of connection string. Serialized Name: ConnStringInfo.name

Methods

Name Description
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

Name Description
IJsonModel<ConnStringInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

Reads one JSON value (including objects or arrays) from the provided reader and converts it to a model.

IJsonModel<ConnStringInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnStringInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<ConnStringInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

Gets the data interchange format (JSON, Xml, etc) that the model uses when communicating with the service.

IPersistableModel<ConnStringInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to