AzureDatabricksLinkedService Constructors

Definition

Overloads

AzureDatabricksLinkedService()

Initializes a new instance of the AzureDatabricksLinkedService class.

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

Initializes a new instance of the AzureDatabricksLinkedService class.

AzureDatabricksLinkedService()

Initializes a new instance of the AzureDatabricksLinkedService class.

public AzureDatabricksLinkedService ();
Public Sub New ()

Applies to

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

Initializes a new instance of the AzureDatabricksLinkedService class.

public AzureDatabricksLinkedService (object domain, System.Collections.Generic.IDictionary<string,object> additionalProperties = default, Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference connectVia = default, string description = default, System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> parameters = default, System.Collections.Generic.IList<object> annotations = default, Microsoft.Azure.Management.DataFactory.Models.SecretBase accessToken = default, object authentication = default, object workspaceResourceId = default, object existingClusterId = default, object instancePoolId = default, object newClusterVersion = default, object newClusterNumOfWorker = default, object newClusterNodeType = default, System.Collections.Generic.IDictionary<string,object> newClusterSparkConf = default, System.Collections.Generic.IDictionary<string,object> newClusterSparkEnvVars = default, System.Collections.Generic.IDictionary<string,object> newClusterCustomTags = default, object newClusterLogDestination = default, object newClusterDriverNodeType = default, object newClusterInitScripts = default, object newClusterEnableElasticDisk = default, object encryptedCredential = default, object policyId = default, Microsoft.Azure.Management.DataFactory.Models.CredentialReference credential = default);
new Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksLinkedService : obj * System.Collections.Generic.IDictionary<string, obj> * Microsoft.Azure.Management.DataFactory.Models.IntegrationRuntimeReference * string * System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.ParameterSpecification> * System.Collections.Generic.IList<obj> * Microsoft.Azure.Management.DataFactory.Models.SecretBase * obj * obj * obj * obj * obj * obj * obj * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IDictionary<string, obj> * System.Collections.Generic.IDictionary<string, obj> * obj * obj * obj * obj * obj * obj * Microsoft.Azure.Management.DataFactory.Models.CredentialReference -> Microsoft.Azure.Management.DataFactory.Models.AzureDatabricksLinkedService
Public Sub New (domain As Object, Optional additionalProperties As IDictionary(Of String, Object) = Nothing, Optional connectVia As IntegrationRuntimeReference = Nothing, Optional description As String = Nothing, Optional parameters As IDictionary(Of String, ParameterSpecification) = Nothing, Optional annotations As IList(Of Object) = Nothing, Optional accessToken As SecretBase = Nothing, Optional authentication As Object = Nothing, Optional workspaceResourceId As Object = Nothing, Optional existingClusterId As Object = Nothing, Optional instancePoolId As Object = Nothing, Optional newClusterVersion As Object = Nothing, Optional newClusterNumOfWorker As Object = Nothing, Optional newClusterNodeType As Object = Nothing, Optional newClusterSparkConf As IDictionary(Of String, Object) = Nothing, Optional newClusterSparkEnvVars As IDictionary(Of String, Object) = Nothing, Optional newClusterCustomTags As IDictionary(Of String, Object) = Nothing, Optional newClusterLogDestination As Object = Nothing, Optional newClusterDriverNodeType As Object = Nothing, Optional newClusterInitScripts As Object = Nothing, Optional newClusterEnableElasticDisk As Object = Nothing, Optional encryptedCredential As Object = Nothing, Optional policyId As Object = Nothing, Optional credential As CredentialReference = Nothing)

Parameters

domain
Object

<REGION>.azuredatabricks.net, domain name of your Databricks deployment. Type: string (or Expression with resultType string).

additionalProperties
IDictionary<String,Object>

Unmatched properties from the message are deserialized this collection

connectVia
IntegrationRuntimeReference

The integration runtime reference.

description
String

Linked service description.

parameters
IDictionary<String,ParameterSpecification>

Parameters for linked service.

annotations
IList<Object>

List of tags that can be used for describing the linked service.

accessToken
SecretBase

Access token for databricks REST API. Refer to https://docs.azuredatabricks.net/api/latest/authentication.html. Type: string (or Expression with resultType string).

authentication
Object

Required to specify MSI, if using Workspace resource id for databricks REST API. Type: string (or Expression with resultType string).

workspaceResourceId
Object

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

existingClusterId
Object

The id of an existing interactive cluster that will be used for all runs of this activity. Type: string (or Expression with resultType string).

instancePoolId
Object

The id of an existing instance pool that will be used for all runs of this activity. Type: string (or Expression with resultType string).

newClusterVersion
Object

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. Required if instancePoolId is specified. Type: string (or Expression with resultType string).

newClusterNumOfWorker
Object

If not using an existing interactive cluster, this specifies the number of worker nodes to use for the new job cluster or instance pool. For new job clusters, this a string-formatted Int32, like '1' means numOfWorker is 1 or '1:10' means auto-scale from 1 (min) to 10 (max). For instance pools, this is a string-formatted Int32, and can only specify a fixed number of worker nodes, such as '2'. Required if newClusterVersion is specified. Type: string (or Expression with resultType string).

newClusterNodeType
Object

The node type of the new job cluster. This property is required if newClusterVersion is specified and instancePoolId is not specified. If instancePoolId is specified, this property is ignored. Type: string (or Expression with resultType string).

newClusterSparkConf
IDictionary<String,Object>

A set of optional, user-specified Spark configuration key-value pairs.

newClusterSparkEnvVars
IDictionary<String,Object>

A set of optional, user-specified Spark environment variables key-value pairs.

newClusterCustomTags
IDictionary<String,Object>

Additional tags for cluster resources. This property is ignored in instance pool configurations.

newClusterLogDestination
Object

Specify a location to deliver Spark driver, worker, and event logs. Type: string (or Expression with resultType string).

newClusterDriverNodeType
Object

The driver node type for the new job cluster. This property is ignored in instance pool configurations. Type: string (or Expression with resultType string).

newClusterInitScripts
Object

User-defined initialization scripts for the new cluster. Type: array of strings (or Expression with resultType array of strings).

newClusterEnableElasticDisk
Object

Enable the elastic disk on the new cluster. This property is now ignored, and takes the default elastic disk behavior in Databricks (elastic disks are always enabled). Type: boolean (or Expression with resultType boolean).

encryptedCredential
Object

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

policyId
Object

The policy id for limiting the ability to configure clusters based on a user defined set of rules. Type: string (or Expression with resultType string).

credential
CredentialReference

The credential reference containing authentication information.

Applies to