AzurePostgreSqlLinkedService Constructeurs
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
AzurePostgreSqlLinkedService() |
Initialise une nouvelle instance de la classe AzurePostgreSqlLinkedService. |
AzurePostgreSqlLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, AzureKeyVaultSecretReference, Object) |
Initialise une nouvelle instance de la classe AzurePostgreSqlLinkedService. |
AzurePostgreSqlLinkedService()
Initialise une nouvelle instance de la classe AzurePostgreSqlLinkedService.
public AzurePostgreSqlLinkedService ();
Public Sub New ()
S’applique à
AzurePostgreSqlLinkedService(IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object, AzureKeyVaultSecretReference, Object)
Initialise une nouvelle instance de la classe AzurePostgreSqlLinkedService.
public AzurePostgreSqlLinkedService (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, object connectionString = default, Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference password = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.AzurePostgreSqlLinkedService : 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> * obj * Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference * obj -> Microsoft.Azure.Management.DataFactory.Models.AzurePostgreSqlLinkedService
Public Sub New (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 connectionString As Object = Nothing, Optional password As AzureKeyVaultSecretReference = Nothing, Optional encryptedCredential As Object = Nothing)
Paramètres
- 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é.
- connectionString
- Object
Chaîne de connexion ODBC. Type : string, SecureString ou AzureKeyVaultSecretReference.
- password
- AzureKeyVaultSecretReference
Référence du secret Azure Key Vault du mot de passe dans la chaîne de connexion.
- 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 à
Azure SDK for .NET