Freigeben über


Office365LinkedService Konstruktor

Definition

Initialisiert eine neue instance von Office365LinkedService.

public Office365LinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> office365TenantId, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> servicePrincipalTenantId, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> servicePrincipalId, Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition servicePrincipalKey);
new Azure.ResourceManager.DataFactory.Models.Office365LinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactorySecretBaseDefinition -> Azure.ResourceManager.DataFactory.Models.Office365LinkedService
Public Sub New (office365TenantId As DataFactoryElement(Of String), servicePrincipalTenantId As DataFactoryElement(Of String), servicePrincipalId As DataFactoryElement(Of String), servicePrincipalKey As DataFactorySecretBaseDefinition)

Parameter

office365TenantId
DataFactoryElement<String>

Die Azure-Mandanten-ID, zu der das Office 365-Konto gehört. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

servicePrincipalTenantId
DataFactoryElement<String>

Geben Sie die Mandanteninformationen Ihrer Azure AD-Webanwendung an. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

servicePrincipalId
DataFactoryElement<String>

Geben Sie die Client-ID der Anwendung an. Typ: string (oder Ausdruck mit resultType-Zeichenfolge).

servicePrincipalKey
DataFactorySecretBaseDefinition

Geben Sie den Schlüssel der Anwendung an.

Ausnahmen

office365TenantId, servicePrincipalTenantId, servicePrincipalId oder servicePrincipalKey ist NULL.

Gilt für: