GlobalParameterSpecification Constructors
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.
Overloads
GlobalParameterSpecification() |
Initializes a new instance of the GlobalParameterSpecification class. |
GlobalParameterSpecification(String, Object) |
Initializes a new instance of the GlobalParameterSpecification class. |
GlobalParameterSpecification()
Initializes a new instance of the GlobalParameterSpecification class.
public GlobalParameterSpecification ();
Public Sub New ()
Applies to
GlobalParameterSpecification(String, Object)
Initializes a new instance of the GlobalParameterSpecification class.
public GlobalParameterSpecification (string type, object value);
new Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification : string * obj -> Microsoft.Azure.Management.DataFactory.Models.GlobalParameterSpecification
Public Sub New (type As String, value As Object)
Parameters
- type
- String
Global Parameter type. Possible values include: 'Object', 'String', 'Int', 'Float', 'Bool', 'Array'
- value
- Object
Value of parameter.
Applies to
Azure SDK for .NET