次の方法で共有


PipelineResource.Variables プロパティ

定義

パイプラインの変数の一覧を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象