Share via


AzureDatabricksDeltaLakeLinkedService(Object, SecretBase) Constructor

Definition

Initializes a new instance of AzureDatabricksDeltaLakeLinkedService.

public AzureDatabricksDeltaLakeLinkedService (object domain, Azure.Analytics.Synapse.Artifacts.Models.SecretBase accessToken);
new Azure.Analytics.Synapse.Artifacts.Models.AzureDatabricksDeltaLakeLinkedService : obj * Azure.Analytics.Synapse.Artifacts.Models.SecretBase -> Azure.Analytics.Synapse.Artifacts.Models.AzureDatabricksDeltaLakeLinkedService
Public Sub New (domain As Object, accessToken As SecretBase)

Parameters

domain
Object

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

accessToken
SecretBase

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.

Exceptions

domain or accessToken is null.

Applies to