AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withAccessToken(SecretBase accessToken) |
Set the accessToken property: Access token for databricks REST API.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withAnnotations(List<Object> annotations) |
Set the annotations property: List of tags that can be used for describing the linked service.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withAuthentication(Object authentication) |
Set the authentication property: Required to specify MSI, if using Workspace resource id for databricks REST API.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withConnectVia(IntegrationRuntimeReference connectVia) |
Set the connectVia property: The integration runtime reference.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withCredential(CredentialReference credential) |
Set the credential property: The credential reference containing authentication information.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withDescription(String description) |
Set the description property: Linked service description.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withDomain(Object domain) |
Set the domain property: <REGION>.azuredatabricks.net, domain name of your Databricks deployment.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withEncryptedCredential(Object encryptedCredential) |
Set the encryptedCredential property: The encrypted credential used for authentication.
|
AzureDatabricksLinkedService |
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 |
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 |
AzureDatabricksLinkedService.withNewClusterCustomTags(Map<String,Object> newClusterCustomTags) |
Set the newClusterCustomTags property: Additional tags for cluster resources.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withNewClusterDriverNodeType(Object newClusterDriverNodeType) |
Set the newClusterDriverNodeType property: The driver node type for the new job cluster.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withNewClusterEnableElasticDisk(Object newClusterEnableElasticDisk) |
Set the newClusterEnableElasticDisk property: Enable the elastic disk on the new cluster.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withNewClusterInitScripts(Object newClusterInitScripts) |
Set the newClusterInitScripts property: User-defined initialization scripts for the new cluster.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withNewClusterLogDestination(Object newClusterLogDestination) |
Set the newClusterLogDestination property: Specify a location to deliver Spark driver, worker, and event logs.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withNewClusterNodeType(Object newClusterNodeType) |
Set the newClusterNodeType property: The node type of the new job cluster.
|
AzureDatabricksLinkedService |
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 |
AzureDatabricksLinkedService.withNewClusterSparkConf(Map<String,Object> newClusterSparkConf) |
Set the newClusterSparkConf property: A set of optional, user-specified Spark configuration key-value pairs.
|
AzureDatabricksLinkedService |
AzureDatabricksLinkedService.withNewClusterSparkEnvVars(Map<String,Object> newClusterSparkEnvVars) |
Set the newClusterSparkEnvVars property: A set of optional, user-specified Spark environment variables key-value
pairs.
|
AzureDatabricksLinkedService |
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 |
AzureDatabricksLinkedService.withParameters(Map<String,ParameterSpecification> parameters) |
Set the parameters property: Parameters for linked service.
|
AzureDatabricksLinkedService |
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 |
AzureDatabricksLinkedService.withWorkspaceResourceId(Object workspaceResourceId) |
Set the workspaceResourceId property: Workspace resource id for databricks REST API.
|