Class DynamicsAXLinkedService


  • public class DynamicsAXLinkedService
    extends LinkedService
    Dynamics AX linked service.
    • Constructor Detail

      • DynamicsAXLinkedService

        public DynamicsAXLinkedService()
    • Method Detail

      • getUrl

        public Object getUrl()
        Get the url property: The Dynamics AX (or Dynamics 365 Finance and Operations) instance OData endpoint.
        Returns:
        the url value.
      • setUrl

        public DynamicsAXLinkedService setUrl​(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.
      • getServicePrincipalId

        public Object getServicePrincipalId()
        Get the servicePrincipalId property: Specify the application's client ID. Type: string (or Expression with resultType string).
        Returns:
        the servicePrincipalId value.
      • setServicePrincipalId

        public DynamicsAXLinkedService setServicePrincipalId​(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.
      • getServicePrincipalKey

        public SecretBase getServicePrincipalKey()
        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.
      • setServicePrincipalKey

        public DynamicsAXLinkedService setServicePrincipalKey​(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.
      • getTenant

        public Object getTenant()
        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.
      • setTenant

        public DynamicsAXLinkedService setTenant​(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.
      • getAadResourceId

        public Object getAadResourceId()
        Get the aadResourceId property: Specify the resource you are requesting authorization. Type: string (or Expression with resultType string).
        Returns:
        the aadResourceId value.
      • setAadResourceId

        public DynamicsAXLinkedService setAadResourceId​(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.
      • getEncryptedCredential

        public Object getEncryptedCredential()
        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.
      • setEncryptedCredential

        public DynamicsAXLinkedService setEncryptedCredential​(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.
      • setDescription

        public DynamicsAXLinkedService setDescription​(String description)
        Set the description property: Linked service description.
        Overrides:
        setDescription in class LinkedService
        Parameters:
        description - the description value to set.
        Returns:
        the LinkedService object itself.
      • setAnnotations

        public DynamicsAXLinkedService setAnnotations​(List<Object> annotations)
        Set the annotations property: List of tags that can be used for describing the linked service.
        Overrides:
        setAnnotations in class LinkedService
        Parameters:
        annotations - the annotations value to set.
        Returns:
        the LinkedService object itself.