Class AzureDatabricksDeltaLakeLinkedService


  • public class AzureDatabricksDeltaLakeLinkedService
    extends LinkedService
    Azure Databricks Delta Lake linked service.
    • Constructor Detail

      • AzureDatabricksDeltaLakeLinkedService

        public AzureDatabricksDeltaLakeLinkedService()
    • Method Detail

      • getDomain

        public Object getDomain()
        Get the domain property: <REGION>.azuredatabricks.net, domain name of your Databricks deployment. Type: string (or Expression with resultType string).
        Returns:
        the domain value.
      • setDomain

        public AzureDatabricksDeltaLakeLinkedService setDomain​(Object domain)
        Set the domain property: <REGION>.azuredatabricks.net, domain name of your Databricks deployment. Type: string (or Expression with resultType string).
        Parameters:
        domain - the domain value to set.
        Returns:
        the AzureDatabricksDeltaLakeLinkedService object itself.
      • getAccessToken

        public SecretBase getAccessToken()
        Get the accessToken property: Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string, SecureString or AzureKeyVaultSecretReference.
        Returns:
        the accessToken value.
      • setAccessToken

        public AzureDatabricksDeltaLakeLinkedService setAccessToken​(SecretBase accessToken)
        Set the accessToken property: Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string, SecureString or AzureKeyVaultSecretReference.
        Parameters:
        accessToken - the accessToken value to set.
        Returns:
        the AzureDatabricksDeltaLakeLinkedService object itself.
      • getClusterId

        public Object getClusterId()
        Get the clusterId property: The id of an existing interactive cluster that will be used for all runs of this job. Type: string (or Expression with resultType string).
        Returns:
        the clusterId value.
      • setClusterId

        public AzureDatabricksDeltaLakeLinkedService setClusterId​(Object clusterId)
        Set the clusterId property: The id of an existing interactive cluster that will be used for all runs of this job. Type: string (or Expression with resultType string).
        Parameters:
        clusterId - the clusterId value to set.
        Returns:
        the AzureDatabricksDeltaLakeLinkedService 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 AzureDatabricksDeltaLakeLinkedService 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 AzureDatabricksDeltaLakeLinkedService object itself.