Share via


DynamicsAXLinkedService(Object, Object, SecretBase, Object, Object) Constructor

Definition

Initializes a new instance of DynamicsAXLinkedService.

public DynamicsAXLinkedService (object url, object servicePrincipalId, Azure.Analytics.Synapse.Artifacts.Models.SecretBase servicePrincipalKey, object tenant, object aadResourceId);
new Azure.Analytics.Synapse.Artifacts.Models.DynamicsAXLinkedService : obj * obj * Azure.Analytics.Synapse.Artifacts.Models.SecretBase * obj * obj -> Azure.Analytics.Synapse.Artifacts.Models.DynamicsAXLinkedService
Public Sub New (url As Object, servicePrincipalId As Object, servicePrincipalKey As SecretBase, tenant As Object, aadResourceId As Object)

Parameters

url
Object

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

servicePrincipalId
Object

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

servicePrincipalKey
SecretBase

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). Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

tenant
Object

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
Object

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

Exceptions

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

Applies to