次の方法で共有


SynapseNotebookActivity.Parameters プロパティ

定義

ノートブック のパラメーターを取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.parameters")]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.NotebookParameter> Parameters { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="typeProperties.parameters")>]
member this.Parameters : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.NotebookParameter> with get, set
Public Property Parameters As IDictionary(Of String, NotebookParameter)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象