AzureSqlDWLinkedService 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
AzureSqlDWLinkedService() |
Initialise une nouvelle instance de la classe AzureSqlDWLinkedService. |
AzureSqlDWLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, AzureKeyVaultSecretReference, Object, SecretBase, Object, Object, Object, CredentialReference) |
Initialise une nouvelle instance de la classe AzureSqlDWLinkedService. |
AzureSqlDWLinkedService()
Initialise une nouvelle instance de la classe AzureSqlDWLinkedService.
public AzureSqlDWLinkedService ();
Public Sub New ()
S’applique à
AzureSqlDWLinkedService(Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, AzureKeyVaultSecretReference, Object, SecretBase, Object, Object, Object, CredentialReference)
Initialise une nouvelle instance de la classe AzureSqlDWLinkedService.
public AzureSqlDWLinkedService (object connectionString, 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, Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference password = default, object servicePrincipalId = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalKey = default, object tenant = default, object azureCloudType = default, object encryptedCredential = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWLinkedService : 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> * Microsoft.Azure.Management.DataFactory.Models.AzureKeyVaultSecretReference * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.CredentialReference -> Microsoft.Azure.Management.DataFactory.Models.AzureSqlDWLinkedService
Public Sub New (connectionString 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 password As AzureKeyVaultSecretReference = Nothing, Optional servicePrincipalId As Object = Nothing, Optional servicePrincipalKey As SecretBase = Nothing, Optional tenant As Object = Nothing, Optional azureCloudType As Object = Nothing, Optional encryptedCredential As Object = Nothing, Optional credential As CredentialReference = Nothing)
Paramètres
- connectionString
- Object
Chaîne de connexion Type : string, SecureString ou AzureKeyVaultSecretReference. Type : string, SecureString ou AzureKeyVaultSecretReference.
- 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é.
- password
- AzureKeyVaultSecretReference
Référence du secret Azure Key Vault du mot de passe dans la chaîne de connexion.
- servicePrincipalId
- Object
ID du principal de service utilisé pour l’authentification auprès de Azure SQL Data Warehouse. Type : chaîne (ou Expression avec chaîne resultType).
- servicePrincipalKey
- SecretBase
Clé du principal de service utilisé pour l’authentification auprès de Azure SQL Data Warehouse.
- tenant
- Object
Nom ou ID du locataire auquel appartient le principal de service. Type : chaîne (ou Expression avec chaîne resultType).
- azureCloudType
- Object
Indique le type de cloud Azure de l’authentification du principe de service. Les valeurs autorisées sont AzurePublic, AzureChina, AzureUsGovernment, AzureGermany. La valeur par défaut est le type de cloud des régions de fabrique de données. Type : chaîne (ou Expression avec chaîne 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).
- credential
- CredentialReference
Référence des informations d’identification contenant des informations d’authentification.
S’applique à
Azure SDK for .NET