Factory.GlobalParameters Property

Definition

Gets or sets list of parameters for factory.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to