Package version:

Interface AzureDatabricksDeltaLakeLinkedService

Azure Databricks Delta Lake linked service.

Hierarchy

Properties

accessToken: SecretBaseUnion

Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string, SecureString or AzureKeyVaultSecretReference.

annotations?: any[]

List of tags that can be used for describing the linked service.

clusterId?: any

The id of an existing interactive cluster that will be used for all runs of this job. Type: string (or Expression with resultType string).

The integration runtime reference.

description?: string

Linked service description.

domain: any

.azuredatabricks.net, domain name of your Databricks deployment. Type: string (or Expression with resultType string).

encryptedCredential?: any

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).

parameters?: {
    [propertyName: string]: ParameterSpecification;
}

Parameters for linked service.

Type declaration

type: "AzureDatabricksDeltaLake"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc