PipelineResource.Variables Property

Definition

Gets or sets list of variables for pipeline.

[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)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to