次の方法で共有


AzureDatabricksLinkedService.NewClusterSparkConf プロパティ

定義

オプションの Spark 構成キーと値のペアのセットを取得または設定します。

[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)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象