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