Share via


DynamicsAXLinkedService Constructors

Definition

Overloads

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

Initializes a new instance of DynamicsAXLinkedService.

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

Initializes a new instance of DynamicsAXLinkedService.

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

Source:
DynamicsAXLinkedService.cs

Initializes a new instance of DynamicsAXLinkedService.

public DynamicsAXLinkedService (Azure.Core.Expressions.DataFactory.DataFactoryElement<string> uri, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> servicePrincipalId, Azure.Core.Expressions.DataFactory.DataFactorySecret servicePrincipalKey, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> tenant, Azure.Core.Expressions.DataFactory.DataFactoryElement<string> aadResourceId);
new Azure.ResourceManager.DataFactory.Models.DynamicsAXLinkedService : Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactorySecret * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> * Azure.Core.Expressions.DataFactory.DataFactoryElement<string> -> Azure.ResourceManager.DataFactory.Models.DynamicsAXLinkedService
Public Sub New (uri As DataFactoryElement(Of String), servicePrincipalId As DataFactoryElement(Of String), servicePrincipalKey As DataFactorySecret, tenant As DataFactoryElement(Of String), aadResourceId As DataFactoryElement(Of String))

Parameters

uri
DataFactoryElement<String>

The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint.

servicePrincipalId
DataFactoryElement<String>

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

servicePrincipalKey
DataFactorySecret

Specify the application's key. Mark this field as a SecureString to store it securely in Data Factory, or reference a secret stored in Azure Key Vault. Type: string (or Expression with resultType string).

tenant
DataFactoryElement<String>

Specify the tenant information (domain name or tenant ID) under which your application resides. Retrieve it by hovering the mouse in the top-right corner of the Azure portal. Type: string (or Expression with resultType string).

aadResourceId
DataFactoryElement<String>

Specify the resource you are requesting authorization. Type: string (or Expression with resultType string).

Exceptions

uri, servicePrincipalId, servicePrincipalKey, tenant or aadResourceId is null.

Applies to

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

Source:
DynamicsAXLinkedService.cs

Initializes a new instance of DynamicsAXLinkedService.

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

Parameters

uri
DataFactoryElement<String>

The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint.

servicePrincipalId
DataFactoryElement<String>

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

servicePrincipalKey
DataFactorySecretBaseDefinition

Specify the application's key. Mark this field as a SecureString to store it securely in Data Factory, or reference a secret stored in Azure Key Vault. Type: string (or Expression with resultType string).

tenant
DataFactoryElement<String>

Specify the tenant information (domain name or tenant ID) under which your application resides. Retrieve it by hovering the mouse in the top-right corner of the Azure portal. Type: string (or Expression with resultType string).

aadResourceId
DataFactoryElement<String>

Specify the resource you are requesting authorization. Type: string (or Expression with resultType string).

Exceptions

uri, servicePrincipalId, servicePrincipalKey, tenant or aadResourceId is null.

Applies to