DynamicsAXLinkedService Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Dynamics AX linked service.
[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("DynamicsAX")]
public class DynamicsAXLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("DynamicsAX")>]
type DynamicsAXLinkedService = class
inherit LinkedService
Public Class DynamicsAXLinkedService
Inherits LinkedService
- Inheritance
- Attributes
-
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute
Constructors
DynamicsAXLinkedService() |
Initializes a new instance of the DynamicsAXLinkedService class. |
DynamicsAXLinkedService(Object, Object, SecretBase, Object, Object, IDictionary<String,Object>, IntegrationRuntimeReference, String, IDictionary<String,ParameterSpecification>, IList<Object>, Object) |
Initializes a new instance of the DynamicsAXLinkedService class. |
Properties
AadResourceId |
Gets or sets specify the resource you are requesting authorization. Type: string (or Expression with resultType string). |
AdditionalProperties |
Gets or sets unmatched properties from the message are deserialized this collection (Inherited from LinkedService) |
Annotations |
Gets or sets list of tags that can be used for describing the linked service. (Inherited from LinkedService) |
ConnectVia |
Gets or sets the integration runtime reference. (Inherited from LinkedService) |
Description |
Gets or sets linked service description. (Inherited from LinkedService) |
EncryptedCredential |
Gets or sets the encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string). |
Parameters |
Gets or sets parameters for linked service. (Inherited from LinkedService) |
ServicePrincipalId |
Gets or sets specify the application's client ID. Type: string (or Expression with resultType string). |
ServicePrincipalKey |
Gets or sets 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 |
Gets or sets 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 |
Gets or sets the Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint. |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET