Partager via


CommonDataServiceForAppsLinkedService Constructeurs

Définition

Surcharges

CommonDataServiceForAppsLinkedService()

Initialise une nouvelle instance de la classe CommonDataServiceForAppsLinkedService.

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

Initialise une nouvelle instance de la classe CommonDataServiceForAppsLinkedService.

CommonDataServiceForAppsLinkedService()

Initialise une nouvelle instance de la classe CommonDataServiceForAppsLinkedService.

public CommonDataServiceForAppsLinkedService ();
Public Sub New ()

S’applique à

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

Initialise une nouvelle instance de la classe CommonDataServiceForAppsLinkedService.

public CommonDataServiceForAppsLinkedService (object deploymentType, object authenticationType, 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 hostName = default, object port = default, object serviceUri = default, object organizationName = default, object username = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase password = default, object servicePrincipalId = default, object servicePrincipalCredentialType = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase servicePrincipalCredential = default, object encryptedCredential = default);
new Microsoft.Azure.Management.DataFactory.Models.CommonDataServiceForAppsLinkedService : 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> * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj -> Microsoft.Azure.Management.DataFactory.Models.CommonDataServiceForAppsLinkedService
Public Sub New (deploymentType As Object, authenticationType 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 hostName As Object = Nothing, Optional port As Object = Nothing, Optional serviceUri As Object = Nothing, Optional organizationName As Object = Nothing, Optional username As Object = Nothing, Optional password As SecretBase = Nothing, Optional servicePrincipalId As Object = Nothing, Optional servicePrincipalCredentialType As Object = Nothing, Optional servicePrincipalCredential As SecretBase = Nothing, Optional encryptedCredential As Object = Nothing)

Paramètres

deploymentType
Object

Type de déploiement de Common Data Service for Apps instance. « Online » pour Common Data Service for Apps Online et « OnPremisesWithIfd » pour Common Data Service for Apps en local avec Ifd. Type : chaîne (ou Expression avec chaîne resultType).

authenticationType
Object

Type d’authentification pour se connecter au serveur Common Data Service for Apps. « Office365 » pour le scénario en ligne, « Ifd » pour local avec scénario Ifd. « AADServicePrincipal » pour l’authentification de serveur à serveur dans le scénario en ligne. 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 dans 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é.

hostName
Object

Nom d’hôte du serveur Common Data Service for Apps local. La propriété est requise pour les locaux et n’est pas autorisée en ligne. Type : chaîne (ou Expression avec chaîne resultType).

port
Object

Port du serveur Common Data Service for Apps local. La propriété est requise pour les locaux et n’est pas autorisée en ligne. La valeur par défaut est 443. Type : entier (ou Expression avec un entier resultType), minimum : 0.

serviceUri
Object

URL du serveur Microsoft Common Data Service for Apps. La propriété est requise pour les applications en ligne et n’est pas autorisée pour les locaux. Type : chaîne (ou Expression avec chaîne resultType).

organizationName
Object

Nom organization du instance Common Data Service for Apps. La propriété est requise pour les locaux et en ligne quand plusieurs instances Common Data Service for Apps sont associées à l’utilisateur. Type : chaîne (ou Expression avec chaîne resultType).

username
Object

Nom d’utilisateur pour accéder au instance Common Data Service for Apps. Type : chaîne (ou Expression avec chaîne resultType).

password
SecretBase

Mot de passe pour accéder au instance Common Data Service for Apps.

servicePrincipalId
Object

ID client de l’application dans Azure Active Directory utilisé pour l’authentification de serveur à serveur. Type : chaîne (ou Expression avec chaîne resultType).

servicePrincipalCredentialType
Object

Type d’informations d’identification du principal de service à utiliser dans l’authentification de serveur à serveur. 'ServicePrincipalKey' pour key/secret, 'ServicePrincipalCert' pour le certificat. Type : chaîne (ou Expression avec chaîne resultType).

servicePrincipalCredential
SecretBase

Informations d’identification de l’objet principal de service dans Azure Active Directory. Si servicePrincipalCredentialType a la valeur « ServicePrincipalKey », servicePrincipalCredential peut être SecureString ou AzureKeyVaultSecretReference. Si servicePrincipalCredentialType a la valeur « ServicePrincipalCert », servicePrincipalCredential ne peut être qu’AzureKeyVaultSecretReference.

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 à