Udostępnij za pośrednictwem


MISqlConnectionInfo Class

Definition

Properties required to create a connection to Azure SQL database Managed instance.

public class MISqlConnectionInfo : Azure.ResourceManager.DataMigration.Models.ConnectionInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.MISqlConnectionInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.MISqlConnectionInfo>
type MISqlConnectionInfo = class
    inherit ConnectionInfo
    interface IJsonModel<MISqlConnectionInfo>
    interface IPersistableModel<MISqlConnectionInfo>
Public Class MISqlConnectionInfo
Inherits ConnectionInfo
Implements IJsonModel(Of MISqlConnectionInfo), IPersistableModel(Of MISqlConnectionInfo)
Inheritance
MISqlConnectionInfo
Implements

Constructors

MISqlConnectionInfo(String)

Initializes a new instance of MISqlConnectionInfo.

Properties

ManagedInstanceResourceId

Resource id for Azure SQL database Managed instance.

Password

Password credential.

(Inherited from ConnectionInfo)
UserName

User name.

(Inherited from ConnectionInfo)

Methods

JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions)

Explicit Interface Implementations

IJsonModel<ConnectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

(Inherited from ConnectionInfo)
IJsonModel<ConnectionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

(Inherited from ConnectionInfo)
IJsonModel<MISqlConnectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MISqlConnectionInfo>.Write(Utf8JsonWriter, ModelReaderWriterOptions)

Writes the model to the provided Utf8JsonWriter.

IPersistableModel<ConnectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

(Inherited from ConnectionInfo)
IPersistableModel<ConnectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

(Inherited from ConnectionInfo)
IPersistableModel<ConnectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

(Inherited from ConnectionInfo)
IPersistableModel<MISqlConnectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MISqlConnectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MISqlConnectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to