Bagikan melalui


AzureDatabricksDeltaLakeLinkedService Class

Definition

Azure Databricks Delta Lake linked service.

[Microsoft.Rest.Serialization.JsonTransformation]
[Newtonsoft.Json.JsonObject("AzureDatabricksDeltaLake")]
public class AzureDatabricksDeltaLakeLinkedService : Microsoft.Azure.Management.DataFactory.Models.LinkedService
[<Microsoft.Rest.Serialization.JsonTransformation>]
[<Newtonsoft.Json.JsonObject("AzureDatabricksDeltaLake")>]
type AzureDatabricksDeltaLakeLinkedService = class
    inherit LinkedService
Public Class AzureDatabricksDeltaLakeLinkedService
Inherits LinkedService
Inheritance
AzureDatabricksDeltaLakeLinkedService
Attributes
JsonTransformationAttribute Newtonsoft.Json.JsonObjectAttribute

Constructors

AzureDatabricksDeltaLakeLinkedService()

Initializes a new instance of the AzureDatabricksDeltaLakeLinkedService class.

AzureDatabricksDeltaLakeLinkedService(Object, IDictionary<String, Object>, IntegrationRuntimeReference, String, IDictionary<String, ParameterSpecification>, IList<Object>, SecretBase, Object, Object, CredentialReference, Object)

Initializes a new instance of the AzureDatabricksDeltaLakeLinkedService class.

Properties

AccessToken

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

AdditionalProperties

Gets or sets unmatched properties from the message are deserialized this collection

(Inherited from LinkedService)
Annotations

Gets or sets list of tags that can be used for describing the linked service.

(Inherited from LinkedService)
ClusterId

Gets or sets 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

Gets or sets the integration runtime reference.

(Inherited from LinkedService)
Credential

Gets or sets the credential reference containing authentication information.

Description

Gets or sets linked service description.

(Inherited from LinkedService)
Domain

Gets or sets &lt;REGION&gt;.azuredatabricks.net, domain name of your Databricks deployment. Type: string (or Expression with resultType string).

EncryptedCredential

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

Parameters

Gets or sets parameters for linked service.

(Inherited from LinkedService)
WorkspaceResourceId

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

Methods

Validate()

Validate the object.

Applies to