DynamicsCrmLinkedService(Object, Object) Constructeur
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.
Initialise une nouvelle instance de DynamicsCrmLinkedService.
public DynamicsCrmLinkedService (object deploymentType, object authenticationType);
new Azure.Analytics.Synapse.Artifacts.Models.DynamicsCrmLinkedService : obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.DynamicsCrmLinkedService
Public Sub New (deploymentType As Object, authenticationType As Object)
Paramètres
- deploymentType
- Object
Type de déploiement du instance Dynamics CRM. 'Online' pour Dynamics CRM Online et 'OnPremisesWithIfd' pour Dynamics CRM local avec Ifd. Type : chaîne (ou Expression avec chaîne resultType).
- authenticationType
- Object
Type d’authentification à connecter au serveur Dynamics CRM. « Office365 » pour le scénario en ligne, « Ifd » pour les locaux avec le 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).
Exceptions
deploymentType
ou authenticationType
est null.
S’applique à
Azure SDK for .NET