Class DynamicsAXLinkedServiceTypeProperties


  • public final class DynamicsAXLinkedServiceTypeProperties
    extends Object
    Dynamics AX linked service properties.
    • Constructor Detail

      • DynamicsAXLinkedServiceTypeProperties

        public DynamicsAXLinkedServiceTypeProperties()
    • Method Detail

      • 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 DynamicsAXLinkedServiceTypeProperties 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 DynamicsAXLinkedServiceTypeProperties 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 DynamicsAXLinkedServiceTypeProperties 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 DynamicsAXLinkedServiceTypeProperties 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 DynamicsAXLinkedServiceTypeProperties 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 DynamicsAXLinkedServiceTypeProperties 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 DynamicsAXLinkedServiceTypeProperties 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 DynamicsAXLinkedServiceTypeProperties 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 DynamicsAXLinkedServiceTypeProperties 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 DynamicsAXLinkedServiceTypeProperties 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 DynamicsAXLinkedServiceTypeProperties 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 DynamicsAXLinkedServiceTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.