DataMigrationMongoDBConnectionInfo Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Describes a connection to a MongoDB data source.
public class DataMigrationMongoDBConnectionInfo : Azure.ResourceManager.DataMigration.Models.ServerConnectionInfo, System.ClientModel.Primitives.IJsonModel<Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBConnectionInfo>, System.ClientModel.Primitives.IPersistableModel<Azure.ResourceManager.DataMigration.Models.DataMigrationMongoDBConnectionInfo>
type DataMigrationMongoDBConnectionInfo = class
inherit ServerConnectionInfo
interface IJsonModel<DataMigrationMongoDBConnectionInfo>
interface IPersistableModel<DataMigrationMongoDBConnectionInfo>
Public Class DataMigrationMongoDBConnectionInfo
Inherits ServerConnectionInfo
Implements IJsonModel(Of DataMigrationMongoDBConnectionInfo), IPersistableModel(Of DataMigrationMongoDBConnectionInfo)
- Inheritance
- Implements
Constructors
DataMigrationMongoDBConnectionInfo(String) |
Initializes a new instance of DataMigrationMongoDBConnectionInfo. |
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. |
DoesEnforceSsl |
Gets or sets the does enforce ssl. |
Password |
Password credential. (Inherited from ServerConnectionInfo) |
Port |
port for server. |
ServerBrandVersion |
server brand version. |
ServerName |
name of the server. |
ServerVersion |
server version. |
ShouldEncryptConnection |
Whether to encrypt the connection. |
ShouldTrustServerCertificate |
Whether to trust the server certificate. |
UserName |
User name. (Inherited from ServerConnectionInfo) |
Methods
JsonModelWriteCore(Utf8JsonWriter, ModelReaderWriterOptions) |