DynamicsAXLinkedService Class

Definition

Dynamics AX linked service.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DynamicsAXLinkedService+DynamicsAXLinkedServiceConverter))]
public class DynamicsAXLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.DynamicsAXLinkedService+DynamicsAXLinkedServiceConverter))>]
type DynamicsAXLinkedService = class
    inherit LinkedService
Public Class DynamicsAXLinkedService
Inherits LinkedService
Inheritance
DynamicsAXLinkedService
Attributes

Constructors

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

Initializes a new instance of DynamicsAXLinkedService.

Properties

AadResourceId

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

AdditionalProperties

Additional Properties.

(Inherited from LinkedService)
Annotations

List of tags that can be used for describing the linked service.

(Inherited from LinkedService)
ConnectVia

The integration runtime reference.

(Inherited from LinkedService)
Description

Linked service description.

(Inherited from LinkedService)
EncryptedCredential

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

Parameters

Parameters for linked service.

(Inherited from LinkedService)
ServicePrincipalId

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

ServicePrincipalKey

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

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).

Url

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

Applies to