Share via


Office365LinkedService Constructors

Definition

Overloads

Office365LinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecret)

Initializes a new instance of Office365LinkedService.

Office365LinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecretBaseDefinition)

Initializes a new instance of Office365LinkedService.

Office365LinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecret)

Source:
Office365LinkedService.cs

Initializes a new instance of 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.DataFactorySecret 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.DataFactorySecret -> 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 DataFactorySecret)

Parameters

office365TenantId
DataFactoryElement<String>

Azure tenant ID to which the Office 365 account belongs. Type: string (or Expression with resultType string).

servicePrincipalTenantId
DataFactoryElement<String>

Specify the tenant information under which your Azure AD web application resides. Type: string (or Expression with resultType string).

servicePrincipalId
DataFactoryElement<String>

Specify the application's client ID. Type: string (or Expression with resultType string).

servicePrincipalKey
DataFactorySecret

Specify the application's key.

Exceptions

office365TenantId, servicePrincipalTenantId, servicePrincipalId or servicePrincipalKey is null.

Applies to

Office365LinkedService(DataFactoryElement<String>, DataFactoryElement<String>, DataFactoryElement<String>, DataFactorySecretBaseDefinition)

Source:
Office365LinkedService.cs

Initializes a new instance of 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)

Parameters

office365TenantId
DataFactoryElement<String>

Azure tenant ID to which the Office 365 account belongs. Type: string (or Expression with resultType string).

servicePrincipalTenantId
DataFactoryElement<String>

Specify the tenant information under which your Azure AD web application resides. Type: string (or Expression with resultType string).

servicePrincipalId
DataFactoryElement<String>

Specify the application's client ID. Type: string (or Expression with resultType string).

servicePrincipalKey
DataFactorySecretBaseDefinition

Specify the application's key.

Exceptions

office365TenantId, servicePrincipalTenantId, servicePrincipalId or servicePrincipalKey is null.

Applies to