Freigeben über


DynamicsCrmLinkedService Konstruktor

Definition

Initialisiert eine neue instance von DynamicsCrmLinkedService.

public DynamicsCrmLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> deploymentType, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> authenticationType);
new Azure.ResourceManager.DataFactory.Models.DynamicsCrmLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.DynamicsCrmLinkedService
Public Sub New (deploymentType As DataFactoryElement(Of String), authenticationType As DataFactoryElement(Of String))

Parameter

deploymentType
DataFactoryElement<String>

Der Bereitstellungstyp des Dynamics CRM-instance. "Online" für Dynamics CRM Online und "OnPremisesWithIfd" für Dynamics CRM lokal mit Ifd. Type: string (oder Expression with resultType string).

authenticationType
DataFactoryElement<String>

Der Authentifizierungstyp, der eine Verbindung mit dem Dynamics CRM-Server herstellen soll. "Office365" für Onlineszenario, "Ifd" für lokales Szenario mit Ifd-Szenario, "AADServicePrincipal" für die Server-zu-Server-Authentifizierung im Onlineszenario. Type: string (oder Expression with resultType string).

Ausnahmen

deploymentType oder authenticationType ist NULL.

Gilt für: