Partager via


MongoDbLinkedService Constructeurs

Définition

Surcharges

MongoDbLinkedService()

Initialise une nouvelle instance de la classe MongoDbLinkedService.

MongoDbLinkedService(Object, Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, String, Object, SecretBase, Object, Object, Object, Object, Object)

Initialise une nouvelle instance de la classe MongoDbLinkedService.

MongoDbLinkedService()

Initialise une nouvelle instance de la classe MongoDbLinkedService.

public MongoDbLinkedService ();
Public Sub New ()

S’applique à

MongoDbLinkedService(Object, Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, String, Object, SecretBase, Object, Object, Object, Object, Object)

Initialise une nouvelle instance de la classe MongoDbLinkedService.

public MongoDbLinkedService (object server, object databaseName, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, string authenticationType = default, object username = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object authSource = default, object port = default, object enableSsl = default, object allowSelfSignedServerCert = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService : obj * obj * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * string * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj -> Microsoft.Azure.Management.DataFactory.Models.MongoDbLinkedService
Public Sub New (server As Object, databaseName As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional authenticationType As String = Nothing, Optional username As Object = Nothing, Optional password As SecretBase = Nothing, Optional authSource As Object = Nothing, Optional port As Object = Nothing, Optional enableSsl As Object = Nothing, Optional allowSelfSignedServerCert As Object = Nothing, Optional encryptedCredential As Object = Nothing)

Paramètres

server
Object

Adresse IP ou nom du serveur MongoDB. Type : chaîne (ou Expression avec chaîne resultType).

databaseName
Object

Nom de la base de données MongoDB à laquelle vous souhaitez accéder. Type : chaîne (ou Expression avec chaîne resultType).

additionalProperties
IDictionary<String,Object>

Les propriétés sans correspondance du message sont désérialisées cette collection

connectVia
IntegrationRuntimeReference

Référence du runtime d’intégration.

description
String

Description du service lié.

parameters
IDictionary<String,ParameterSpecification>

Paramètres du service lié.

annotations
IList<Object>

Liste des balises qui peuvent être utilisées pour décrire le service lié.

authenticationType
String

Type d’authentification à utiliser pour se connecter à la base de données MongoDB. Les valeurs possibles sont les suivantes : « De base », « Anonyme »

username
Object

Nom d’utilisateur pour l’authentification. Type : chaîne (ou Expression avec chaîne resultType).

password
SecretBase

Mot de passe pour l’authentification.

authSource
Object

Base de données pour vérifier le nom d’utilisateur et le mot de passe. Type : chaîne (ou Expression avec chaîne resultType).

port
Object

Numéro de port TCP utilisé par le serveur MongoDB pour écouter les connexions clientes. La valeur par défaut est 27017. Type : entier (ou Expression avec entier resultType), minimum : 0.

enableSsl
Object

Indique si les connexions au serveur sont chiffrées suivant le protocole SSL. La valeur par défaut est false. Type : booléen (ou Expression avec type booléen resultType).

allowSelfSignedServerCert
Object

Indique si les certificats auto-signés provenant du serveur sont autorisés ou non. La valeur par défaut est false. Type : booléen (ou Expression avec type booléen resultType).

encryptedCredential
Object

Informations d’identification chiffrées utilisées pour l’authentification. Les informations d’identification sont chiffrées à l’aide du gestionnaire d’informations d’identification du runtime d’intégration. Type : chaîne (ou Expression avec chaîne resultType).

S’applique à