Uses of Class
com.azure.resourcemanager.datafactory.models.AzureDatabricksDeltaLakeLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureDatabricksDeltaLakeLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureDatabricksDeltaLakeLinkedService.withAccessToken
(SecretBase accessToken) Set the accessToken property: Access token for databricks REST API.AzureDatabricksDeltaLakeLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AzureDatabricksDeltaLakeLinkedService.withClusterId
(Object clusterId) Set the clusterId property: The id of an existing interactive cluster that will be used for all runs of this job.AzureDatabricksDeltaLakeLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AzureDatabricksDeltaLakeLinkedService.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.AzureDatabricksDeltaLakeLinkedService.withDescription
(String description) Set the description property: Linked service description.AzureDatabricksDeltaLakeLinkedService.withDomain
(Object domain) Set the domain property: <REGION>.azuredatabricks.net, domain name of your Databricks deployment.AzureDatabricksDeltaLakeLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AzureDatabricksDeltaLakeLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AzureDatabricksDeltaLakeLinkedService.withWorkspaceResourceId
(Object workspaceResourceId) Set the workspaceResourceId property: Workspace resource id for databricks REST API.