SetAzureDataFactoryCommand.GlobalParameterDefinition Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.Management.Automation.Parameter(HelpMessage="The dictionary containing the global parameters of the data factory.", Mandatory=false)]
public System.Collections.Generic.IDictionary<string,Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification> GlobalParameterDefinition { get; set; }
[<System.Management.Automation.Parameter(HelpMessage="The dictionary containing the global parameters of the data factory.", Mandatory=false)>]
member this.GlobalParameterDefinition : System.Collections.Generic.IDictionary<string, Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification> with get, set
Public Property GlobalParameterDefinition As IDictionary(Of String, GlobalParameterSpecification)
Property Value
- Attributes