ParameterDefinitionsValue 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
ParameterDefinitionsValue() |
Initializes a new instance of the ParameterDefinitionsValue class. |
ParameterDefinitionsValue(String, IList<Object>, Object, ParameterDefinitionsValueMetadata) |
Initializes a new instance of the ParameterDefinitionsValue class. |
ParameterDefinitionsValue()
Initializes a new instance of the ParameterDefinitionsValue class.
public ParameterDefinitionsValue ();
Public Sub New ()
Applies to
ParameterDefinitionsValue(String, IList<Object>, Object, ParameterDefinitionsValueMetadata)
Initializes a new instance of the ParameterDefinitionsValue class.
public ParameterDefinitionsValue (string type = default, System.Collections.Generic.IList<object> allowedValues = default, object defaultValue = default, Microsoft.Azure.Management.ResourceManager.Models.ParameterDefinitionsValueMetadata metadata = default);
new Microsoft.Azure.Management.ResourceManager.Models.ParameterDefinitionsValue : string * System.Collections.Generic.IList<obj> * obj * Microsoft.Azure.Management.ResourceManager.Models.ParameterDefinitionsValueMetadata -> Microsoft.Azure.Management.ResourceManager.Models.ParameterDefinitionsValue
Public Sub New (Optional type As String = Nothing, Optional allowedValues As IList(Of Object) = Nothing, Optional defaultValue As Object = Nothing, Optional metadata As ParameterDefinitionsValueMetadata = Nothing)
Parameters
- type
- String
The data type of the parameter. Possible values include: 'String', 'Array', 'Object', 'Boolean', 'Integer', 'Float', 'DateTime'
- defaultValue
- Object
The default value for the parameter if no value is provided.
- metadata
- ParameterDefinitionsValueMetadata
General metadata for the parameter.
Applies to
Azure SDK for .NET