Package version:

Interface AzureDatabricksDeltaLakeLinkedService

Azure Databricks Delta Lake linked service.

interface AzureDatabricksDeltaLakeLinkedService {
    accessToken?: SecretBaseUnion;
    annotations?: any[];
    clusterId?: any;
    connectVia?: IntegrationRuntimeReference;
    credential?: CredentialReference;
    description?: string;
    domain: any;
    encryptedCredential?: string;
    parameters?: {
        [propertyName: string]: ParameterSpecification;
    };
    type: "AzureDatabricksDeltaLake";
    version?: string;
    workspaceResourceId?: any;
}

Hierarchy (view full)

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.

credential?: CredentialReference

The credential reference containing authentication information.

description?: string

Linked service description.

domain: any

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

encryptedCredential?: string

The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string.

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

Parameters for linked service.

type

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

version?: string

Version of the linked service.

workspaceResourceId?: any

Workspace resource id for databricks REST API. Type: string (or Expression with resultType string).