Sdílet prostřednictvím


MongoDBConnectionInfo Class

Definition

Describes a connection to a MongoDB data source.

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

Constructors

MongoDBConnectionInfo(String)

Initializes a new instance of MongoDBConnectionInfo.

Properties

AdditionalSettings

Additional connection settings.

Authentication

Authentication type to use for connection.

ConnectionString

A MongoDB connection string or blob container URL. The user name and password can be specified here or in the userName and password properties.

DataSource

Data source.

EncryptConnection

Whether to encrypt the connection.

EnforceSSL

Gets or sets the enforce ssl.

Password

Password credential.

(Inherited from ConnectionInfo)
Port

port for server.

ServerBrandVersion

server brand version.

ServerName

name of the server.

ServerVersion

server version.

TrustServerCertificate

Whether to trust the server certificate.

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<MongoDBConnectionInfo>.Create(Utf8JsonReader, ModelReaderWriterOptions)

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

IJsonModel<MongoDBConnectionInfo>.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<MongoDBConnectionInfo>.Create(BinaryData, ModelReaderWriterOptions)

Converts the provided BinaryData into a model.

IPersistableModel<MongoDBConnectionInfo>.GetFormatFromOptions(ModelReaderWriterOptions)

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

IPersistableModel<MongoDBConnectionInfo>.Write(ModelReaderWriterOptions)

Writes the model into a BinaryData.

Applies to