AzureDatabricksDeltaLakeLinkedService Class

Definition

Azure Databricks Delta Lake linked service.

[System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDatabricksDeltaLakeLinkedService+AzureDatabricksDeltaLakeLinkedServiceConverter))]
public class AzureDatabricksDeltaLakeLinkedService : Azure.Analytics.Synapse.Artifacts.Models.LinkedService
[<System.Text.Json.Serialization.JsonConverter(typeof(Azure.Analytics.Synapse.Artifacts.Models.AzureDatabricksDeltaLakeLinkedService+AzureDatabricksDeltaLakeLinkedServiceConverter))>]
type AzureDatabricksDeltaLakeLinkedService = class
    inherit LinkedService
Public Class AzureDatabricksDeltaLakeLinkedService
Inherits LinkedService
Inheritance
AzureDatabricksDeltaLakeLinkedService
Attributes

Constructors

AzureDatabricksDeltaLakeLinkedService(Object, SecretBase)

Initializes a new instance of AzureDatabricksDeltaLakeLinkedService.

Properties

AccessToken

Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string, SecureString or AzureKeyVaultSecretReference. Please note SecretBase is the base class. According to the scenario, a derived class of the base class might need to be assigned here, or this property needs to be casted to one of the possible derived classes. The available derived classes include AzureKeyVaultSecretReference and SecureString.

AdditionalProperties

Additional Properties.

(Inherited from LinkedService)
Annotations

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

(Inherited from LinkedService)
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).

ConnectVia

The integration runtime reference.

(Inherited from LinkedService)
Credential

The credential reference containing authentication information.

Description

Linked service description.

(Inherited from LinkedService)
Domain

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

EncryptedCredential

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

Parameters

Parameters for linked service.

(Inherited from LinkedService)

Applies to