Uses of Class
com.azure.resourcemanager.datafactory.models.AzureDatabricksLinkedService
Package
Description
Package containing the data models for DataFactoryManagementClient.
-
Uses of AzureDatabricksLinkedService in com.azure.resourcemanager.datafactory.models
Modifier and TypeMethodDescriptionAzureDatabricksLinkedService.withAccessToken
(SecretBase accessToken) Set the accessToken property: Access token for databricks REST API.AzureDatabricksLinkedService.withAnnotations
(List<Object> annotations) Set the annotations property: List of tags that can be used for describing the linked service.AzureDatabricksLinkedService.withAuthentication
(Object authentication) Set the authentication property: Required to specify MSI, if using Workspace resource id for databricks REST API.AzureDatabricksLinkedService.withConnectVia
(IntegrationRuntimeReference connectVia) Set the connectVia property: The integration runtime reference.AzureDatabricksLinkedService.withCredential
(CredentialReference credential) Set the credential property: The credential reference containing authentication information.AzureDatabricksLinkedService.withDescription
(String description) Set the description property: Linked service description.AzureDatabricksLinkedService.withDomain
(Object domain) Set the domain property: <REGION>.azuredatabricks.net, domain name of your Databricks deployment.AzureDatabricksLinkedService.withEncryptedCredential
(Object encryptedCredential) Set the encryptedCredential property: The encrypted credential used for authentication.AzureDatabricksLinkedService.withExistingClusterId
(Object existingClusterId) Set the existingClusterId property: The id of an existing interactive cluster that will be used for all runs of this activity.AzureDatabricksLinkedService.withInstancePoolId
(Object instancePoolId) Set the instancePoolId property: The id of an existing instance pool that will be used for all runs of this activity.AzureDatabricksLinkedService.withNewClusterCustomTags
(Map<String, Object> newClusterCustomTags) Set the newClusterCustomTags property: Additional tags for cluster resources.AzureDatabricksLinkedService.withNewClusterDriverNodeType
(Object newClusterDriverNodeType) Set the newClusterDriverNodeType property: The driver node type for the new job cluster.AzureDatabricksLinkedService.withNewClusterEnableElasticDisk
(Object newClusterEnableElasticDisk) Set the newClusterEnableElasticDisk property: Enable the elastic disk on the new cluster.AzureDatabricksLinkedService.withNewClusterInitScripts
(Object newClusterInitScripts) Set the newClusterInitScripts property: User-defined initialization scripts for the new cluster.AzureDatabricksLinkedService.withNewClusterLogDestination
(Object newClusterLogDestination) Set the newClusterLogDestination property: Specify a location to deliver Spark driver, worker, and event logs.AzureDatabricksLinkedService.withNewClusterNodeType
(Object newClusterNodeType) Set the newClusterNodeType property: The node type of the new job cluster.AzureDatabricksLinkedService.withNewClusterNumOfWorker
(Object newClusterNumOfWorker) Set the newClusterNumOfWorker property: If not using an existing interactive cluster, this specifies the number of worker nodes to use for the new job cluster or instance pool.AzureDatabricksLinkedService.withNewClusterSparkConf
(Map<String, Object> newClusterSparkConf) Set the newClusterSparkConf property: A set of optional, user-specified Spark configuration key-value pairs.AzureDatabricksLinkedService.withNewClusterSparkEnvVars
(Map<String, Object> newClusterSparkEnvVars) Set the newClusterSparkEnvVars property: A set of optional, user-specified Spark environment variables key-value pairs.AzureDatabricksLinkedService.withNewClusterVersion
(Object newClusterVersion) Set the newClusterVersion property: If not using an existing interactive cluster, this specifies the Spark version of a new job cluster or instance pool nodes created for each run of this activity.AzureDatabricksLinkedService.withParameters
(Map<String, ParameterSpecification> parameters) Set the parameters property: Parameters for linked service.AzureDatabricksLinkedService.withPolicyId
(Object policyId) Set the policyId property: The policy id for limiting the ability to configure clusters based on a user defined set of rules.AzureDatabricksLinkedService.withWorkspaceResourceId
(Object workspaceResourceId) Set the workspaceResourceId property: Workspace resource id for databricks REST API.