AzureDatabricksDeltaLakeLinkedService Class
Azure Databricks Delta Lake linked service.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.LinkedServiceAzureDatabricksDeltaLakeLinkedService
Constructor
AzureDatabricksDeltaLakeLinkedService(*, domain: Any, additional_properties: Optional[Dict[str, Any]] = None, connect_via: Optional[_models.IntegrationRuntimeReference] = None, description: Optional[str] = None, parameters: Optional[Dict[str, _models.ParameterSpecification]] = None, annotations: Optional[List[Any]] = None, access_token: Optional[_models.SecretBase] = None, cluster_id: Optional[Any] = None, encrypted_credential: Optional[Any] = None, credential: Optional[_models.CredentialReference] = None, workspace_resource_id: Optional[Any] = None, **kwargs)
Variables
Unmatched properties from the message are deserialized to this collection.
- type
- str
Required. Type of linked service.Constant filled by server.
- connect_via
- IntegrationRuntimeReference
The integration runtime reference.
- description
- str
Linked service description.
- parameters
- dict[str, ParameterSpecification]
Parameters for linked service.
- domain
- any
Required. <REGION>.azuredatabricks.net, domain name of your Databricks
deployment. Type: string (or Expression with resultType string).
- access_token
- SecretBase
Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string, SecureString or AzureKeyVaultSecretReference.
- cluster_id
- 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).
- encrypted_credential
- any
The encrypted credential used for authentication. Credentials are encrypted using the integration runtime credential manager. Type: string (or Expression with resultType string).
- credential
- CredentialReference
The credential reference containing authentication information.
- workspace_resource_id
- any
Workspace resource id for databricks REST API. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for