MongoDBConnectionInfo 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 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
- 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
Applies to
Azure SDK for .NET