Share via


AzureDatabricksLinkedService.NewClusterSparkConf Property

Definition

Gets or sets a set of optional, user-specified Spark configuration key-value pairs.

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.newClusterSparkConf")]
public System.Collections.Generic.IDictionary<string,object> NewClusterSparkConf { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.newClusterSparkConf")>]
member this.NewClusterSparkConf : System.Collections.Generic.IDictionary<string, obj> with get, set
Public Property NewClusterSparkConf As IDictionary(Of String, Object)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to