Class AzureDatabricksDeltaLakeLinkedService

java.lang.Object
com.azure.analytics.synapse.artifacts.models.LinkedService
com.azure.analytics.synapse.artifacts.models.AzureDatabricksDeltaLakeLinkedService

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

    • AzureDatabricksDeltaLakeLinkedService

      public AzureDatabricksDeltaLakeLinkedService()
  • Method Details

    • 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.
    • setConnectVia

      Set the connectVia property: The integration runtime reference.
      Overrides:
      setConnectVia in class LinkedService
      Parameters:
      connectVia - the connectVia value to set.
      Returns:
      the LinkedService object itself.
    • setDescription

      public AzureDatabricksDeltaLakeLinkedService 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.
    • setParameters

      Set the parameters property: Parameters for linked service.
      Overrides:
      setParameters in class LinkedService
      Parameters:
      parameters - the parameters value to set.
      Returns:
      the LinkedService object itself.
    • setAnnotations

      public AzureDatabricksDeltaLakeLinkedService 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.