次の方法で共有


Factory.GlobalParameters プロパティ

定義

ファクトリのパラメーターの一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象