Class AzureDatabricksDeltaLakeLinkedService

java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.AzureDatabricksDeltaLakeLinkedService

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

    • AzureDatabricksDeltaLakeLinkedService

      public AzureDatabricksDeltaLakeLinkedService()
  • Method Details

    • withConnectVia

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

      public AzureDatabricksDeltaLakeLinkedService withDescription(String description)
      Set the description property: Linked service description.
      Overrides:
      withDescription in class LinkedService
      Parameters:
      description - the description value to set.
      Returns:
      the LinkedService object itself.
    • withParameters

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

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

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

      public AzureDatabricksDeltaLakeLinkedService withDomain(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.
    • accessToken

      public SecretBase accessToken()
      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.
    • withAccessToken

      public AzureDatabricksDeltaLakeLinkedService withAccessToken(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.
    • clusterId

      public Object clusterId()
      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.
    • withClusterId

      public AzureDatabricksDeltaLakeLinkedService withClusterId(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.
    • 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 AzureDatabricksDeltaLakeLinkedService 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 AzureDatabricksDeltaLakeLinkedService object itself.
    • credential

      public CredentialReference credential()
      Get the credential property: The credential reference containing authentication information.
      Returns:
      the credential value.
    • withCredential

      public AzureDatabricksDeltaLakeLinkedService withCredential(CredentialReference credential)
      Set the credential property: The credential reference containing authentication information.
      Parameters:
      credential - the credential value to set.
      Returns:
      the AzureDatabricksDeltaLakeLinkedService object itself.
    • workspaceResourceId

      public Object workspaceResourceId()
      Get the workspaceResourceId property: Workspace resource id for databricks REST API. Type: string (or Expression with resultType string).
      Returns:
      the workspaceResourceId value.
    • withWorkspaceResourceId

      public AzureDatabricksDeltaLakeLinkedService withWorkspaceResourceId(Object workspaceResourceId)
      Set the workspaceResourceId property: Workspace resource id for databricks REST API. Type: string (or Expression with resultType string).
      Parameters:
      workspaceResourceId - the workspaceResourceId value to set.
      Returns:
      the AzureDatabricksDeltaLakeLinkedService object itself.
    • validate

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