AzureDatabricksDeltaLakeLinkedService interface
Azure Databricks Delta Lake linked service.
- Extends
Properties
access |
Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string, SecureString or AzureKeyVaultSecretReference. |
cluster |
The id of an existing interactive cluster that will be used for all runs of this job. Type: string (or Expression with resultType string). |
credential | The credential reference containing authentication information. |
domain | .azuredatabricks.net, domain name of your Databricks deployment. Type: string (or Expression with resultType string). |
encrypted |
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string. |
type | Polymorphic discriminator, which specifies the different types this object can be |
workspace |
Workspace resource id for databricks REST API. Type: string (or Expression with resultType string). |
Inherited Properties
annotations | List of tags that can be used for describing the linked service. |
connect |
The integration runtime reference. |
description | Linked service description. |
parameters | Parameters for linked service. |
version | Version of the linked service. |
Property Details
accessToken
Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string, SecureString or AzureKeyVaultSecretReference.
accessToken?: SecretBaseUnion
Property Value
clusterId
The id of an existing interactive cluster that will be used for all runs of this job. Type: string (or Expression with resultType string).
clusterId?: any
Property Value
any
credential
The credential reference containing authentication information.
credential?: CredentialReference
Property Value
domain
.azuredatabricks.net, domain name of your Databricks deployment. Type: string (or Expression with resultType string).
domain: any
Property Value
any
encryptedCredential
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.
encryptedCredential?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "AzureDatabricksDeltaLake"
Property Value
"AzureDatabricksDeltaLake"
workspaceResourceId
Workspace resource id for databricks REST API. Type: string (or Expression with resultType string).
workspaceResourceId?: any
Property Value
any
Inherited Property Details
annotations
List of tags that can be used for describing the linked service.
annotations?: any[]
Property Value
any[]
Inherited From LinkedService.annotations
connectVia
The integration runtime reference.
connectVia?: IntegrationRuntimeReference
Property Value
Inherited From LinkedService.connectVia
description
Linked service description.
description?: string
Property Value
string
Inherited From LinkedService.description
parameters
Parameters for linked service.
parameters?: {[propertyName: string]: ParameterSpecification}
Property Value
{[propertyName: string]: ParameterSpecification}
Inherited From LinkedService.parameters
version
Version of the linked service.
version?: string
Property Value
string
Inherited From LinkedService.version