Freigeben über


CommonDataServiceForAppsLinkedService Konstruktor

Definition

Initialisiert eine neue instance von CommonDataServiceForAppsLinkedService.

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

Parameter

deploymentType
DataFactoryElement<String>

Der Bereitstellungstyp des Common Data Service für Apps-instance. "Online" für Common Data Service for Apps Online und "OnPremisesWithIfd" für Common Data Service für Apps lokal mit Ifd. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

authenticationType
DataFactoryElement<String>

Der Authentifizierungstyp, um eine Verbindung mit dem Common Data Service for Apps-Server herzustellen. "Office365" für Onlineszenario, "Ifd" für lokales Szenario mit Ifd-Szenario. "AADServicePrincipal" für die Server-zu-Server-Authentifizierung im Onlineszenario. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

Ausnahmen

deploymentType oder authenticationType ist NULL.

Gilt für: