Class AzureDatabricksDeltaLakeLinkedService
java.lang.Object
com.azure.resourcemanager.datafactory.models.LinkedService
com.azure.resourcemanager.datafactory.models.AzureDatabricksDeltaLakeLinkedService
Azure Databricks Delta Lake linked service.
-
Constructor Summary
ConstructorDescriptionCreates an instance of AzureDatabricksDeltaLakeLinkedService class. -
Method Summary
Modifier and TypeMethodDescriptionGet the accessToken property: Access token for databricks REST API.Get the clusterId property: The id of an existing interactive cluster that will be used for all runs of this job.Get the credential property: The credential reference containing authentication information.domain()
Get the domain property: <REGION>.azuredatabricks.net, domain name of your Databricks deployment.Get the encryptedCredential property: The encrypted credential used for authentication.void
validate()
Validates the instance.withAccessToken
(SecretBase accessToken) Set the accessToken property: Access token for databricks REST API.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.withClusterId
(Object clusterId) Set the clusterId property: The id of an existing interactive cluster that will be used for all runs of this job.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.withDescription
(String description) Set the description property: Linked service description.withDomain
(Object domain) Set the domain property: <REGION>.azuredatabricks.net, domain name of your Databricks deployment.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.withWorkspaceResourceId
(Object workspaceResourceId) Set the workspaceResourceId property: Workspace resource id for databricks REST API.Get the workspaceResourceId property: Workspace resource id for databricks REST API.Methods inherited from class com.azure.resourcemanager.datafactory.models.LinkedService
additionalProperties, annotations, connectVia, description, parameters, withAdditionalProperties
-
Constructor Details
-
AzureDatabricksDeltaLakeLinkedService
public AzureDatabricksDeltaLakeLinkedService()Creates an instance of AzureDatabricksDeltaLakeLinkedService class.
-
-
Method Details
-
withConnectVia
Set the connectVia property: The integration runtime reference.- Overrides:
withConnectVia
in classLinkedService
- Parameters:
connectVia
- the connectVia value to set.- Returns:
- the LinkedService object itself.
-
withDescription
Set the description property: Linked service description.- Overrides:
withDescription
in classLinkedService
- Parameters:
description
- the description value to set.- Returns:
- the LinkedService object itself.
-
withParameters
public AzureDatabricksDeltaLakeLinkedService withParameters(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.- Overrides:
withParameters
in classLinkedService
- Parameters:
parameters
- the parameters value to set.- Returns:
- the LinkedService object itself.
-
withAnnotations
Set the annotations property: List of tags that can be used for describing the linked service.- Overrides:
withAnnotations
in classLinkedService
- Parameters:
annotations
- the annotations value to set.- Returns:
- the LinkedService object itself.
-
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
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
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
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
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
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
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
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
Get the credential property: The credential reference containing authentication information.- Returns:
- the credential value.
-
withCredential
Set the credential property: The credential reference containing authentication information.- Parameters:
credential
- the credential value to set.- Returns:
- the AzureDatabricksDeltaLakeLinkedService object itself.
-
workspaceResourceId
Get the workspaceResourceId property: Workspace resource id for databricks REST API. Type: string (or Expression with resultType string).- Returns:
- the workspaceResourceId value.
-
withWorkspaceResourceId
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 classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-