次の方法で共有


AzureDatabricksLinkedService.NewClusterSparkEnvVars プロパティ

定義

ユーザー指定の任意の Spark 環境変数のキーと値のペアのセットを取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象