ConnStringInfo Class

Definition

Database connection string information.

public class 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
type ConnStringInfo = class
    interface IJsonModel<ConnStringInfo>
    interface IPersistableModel<ConnStringInfo>
Public Class ConnStringInfo
Public Class ConnStringInfo
Implements IJsonModel(Of ConnStringInfo), IPersistableModel(Of ConnStringInfo)
Inheritance
ConnStringInfo
Implements

Constructors

ConnStringInfo()

Initializes a new instance of ConnStringInfo.

Properties

ConnectionString

Connection string value.

ConnectionStringType

Type of database.

Name

Name of connection string.

Explicit Interface Implementations

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