Class DynamicsAXLinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.DynamicsAXLinkedService
Dynamics AX linked service.
-
Constructor Summary
ConstructorDescriptionCreates an instance of DynamicsAXLinkedService class. -
Method Summary
Modifier and TypeMethodDescriptionGet the aadResourceId property: Specify the resource you are requesting authorization.Get the encryptedCredential property: The encrypted credential used for authentication.Get the servicePrincipalId property: Specify the application's client ID.Get the servicePrincipalKey property: Specify the application's key.tenant()
Get the tenant property: Specify the tenant information (domain name or tenant ID) under which your application resides.url()
Get the url property: The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint.void
validate()
Validates the instance.withAadResourceId
(Object aadResourceId) Set the aadResourceId property: Specify the resource you are requesting authorization.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withDescription
(String description) Set the description property: Linked service description.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.withServicePrincipalId
(Object servicePrincipalId) Set the servicePrincipalId property: Specify the application's client ID.withServicePrincipalKey
(SecretBase servicePrincipalKey) Set the servicePrincipalKey property: Specify the application's key.withTenant
(Object tenant) Set the tenant property: Specify the tenant information (domain name or tenant ID) under which your application resides.Set the url property: The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint.Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
Constructor Details
-
DynamicsAXLinkedService
public DynamicsAXLinkedService()Creates an instance of DynamicsAXLinkedService class.
-
-
Method Details
-
withConnectVia
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
url
Get the url property: The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint.- Returns:
- the url value.
-
withUrl
Set the url property: The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint.- Parameters:
url
- the url value to set.- Returns:
- the DynamicsAXLinkedService object itself.
-
servicePrincipalId
Get the servicePrincipalId property: Specify the application's client ID. Type: string (or Expression with resultType string).- Returns:
- the servicePrincipalId value.
-
withServicePrincipalId
Set the servicePrincipalId property: Specify the application's client ID. Type: string (or Expression with resultType string).- Parameters:
servicePrincipalId
- the servicePrincipalId value to set.- Returns:
- the DynamicsAXLinkedService object itself.
-
servicePrincipalKey
Get the servicePrincipalKey property: 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).- Returns:
- the servicePrincipalKey value.
-
withServicePrincipalKey
Set the servicePrincipalKey property: 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).- Parameters:
servicePrincipalKey
- the servicePrincipalKey value to set.- Returns:
- the DynamicsAXLinkedService object itself.
-
tenant
Get the tenant property: 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).- Returns:
- the tenant value.
-
withTenant
Set the tenant property: 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).- Parameters:
tenant
- the tenant value to set.- Returns:
- the DynamicsAXLinkedService object itself.
-
aadResourceId
Get the aadResourceId property: Specify the resource you are requesting authorization. Type: string (or Expression with resultType string).- Returns:
- the aadResourceId value.
-
withAadResourceId
Set the aadResourceId property: Specify the resource you are requesting authorization. Type: string (or Expression with resultType string).- Parameters:
aadResourceId
- the aadResourceId value to set.- Returns:
- the DynamicsAXLinkedService object itself.
-
encryptedCredential
Get the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Returns:
- the encryptedCredential value.
-
withEncryptedCredential
Set the encryptedCredential property: The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).- Parameters:
encryptedCredential
- the encryptedCredential value to set.- Returns:
- the DynamicsAXLinkedService object itself.
-
validate
public void validate()Validates the instance.- Overrides:
validate
in classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-