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 Summary
Constructors Constructor Description AzureDatabricksDeltaLakeLinkedService()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SecretBase
accessToken()
Get the accessToken property: Access token for databricks REST API.Object
clusterId()
Get the clusterId property: The id of an existing interactive cluster that will be used for all runs of this job.CredentialReference
credential()
Get the credential property: The credential reference containing authentication information.Object
domain()
Get the domain property: <REGION>.azuredatabricks.net, domain name of your Databricks deployment.Object
encryptedCredential()
Get the encryptedCredential property: The encrypted credential used for authentication.void
validate()
Validates the instance.AzureDatabricksDeltaLakeLinkedService
withAccessToken(SecretBase accessToken)
Set the accessToken property: Access token for databricks REST API.AzureDatabricksDeltaLakeLinkedService
withAnnotations(List<Object> annotations)
Set the annotations property: List of tags that can be used for describing the linked service.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.AzureDatabricksDeltaLakeLinkedService
withConnectVia(IntegrationRuntimeReference connectVia)
Set the connectVia property: The integration runtime reference.AzureDatabricksDeltaLakeLinkedService
withCredential(CredentialReference credential)
Set the credential property: The credential reference containing authentication information.AzureDatabricksDeltaLakeLinkedService
withDescription(String description)
Set the description property: Linked service description.AzureDatabricksDeltaLakeLinkedService
withDomain(Object domain)
Set the domain property: <REGION>.azuredatabricks.net, domain name of your Databricks deployment.AzureDatabricksDeltaLakeLinkedService
withEncryptedCredential(Object encryptedCredential)
Set the encryptedCredential property: The encrypted credential used for authentication.AzureDatabricksDeltaLakeLinkedService
withParameters(Map<String,ParameterSpecification> parameters)
Set the parameters property: Parameters for linked service.AzureDatabricksDeltaLakeLinkedService
withWorkspaceResourceId(Object workspaceResourceId)
Set the workspaceResourceId property: Workspace resource id for databricks REST API.Object
workspaceResourceId()
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
-
-
-
-
Method Detail
-
withConnectVia
public AzureDatabricksDeltaLakeLinkedService withConnectVia(IntegrationRuntimeReference connectVia)
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
public AzureDatabricksDeltaLakeLinkedService withDescription(String description)
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
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 classLinkedService
- 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 classLinkedService
- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-
-