次の方法で共有


DatabricksNotebookActivity.BaseParameters プロパティ

定義

このジョブの実行ごとに使用する基本パラメーターを取得または設定します。ノートブックが指定されていないパラメーターを受け取る場合は、ノートブックの既定値が使用されます。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象