ParameterValue 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
ParameterValue() |
Initializes a new instance of the ParameterValue class. |
ParameterValue(Object, SecretValueReference) |
Initializes a new instance of the ParameterValue class. |
ParameterValue()
Initializes a new instance of the ParameterValue class.
public ParameterValue ();
Public Sub New ()
Applies to
ParameterValue(Object, SecretValueReference)
Initializes a new instance of the ParameterValue class.
public ParameterValue (object value = default, Microsoft.Azure.Management.Blueprint.Models.SecretValueReference reference = default);
new Microsoft.Azure.Management.Blueprint.Models.ParameterValue : obj * Microsoft.Azure.Management.Blueprint.Models.SecretValueReference -> Microsoft.Azure.Management.Blueprint.Models.ParameterValue
Public Sub New (Optional value As Object = Nothing, Optional reference As SecretValueReference = Nothing)
Parameters
- value
- Object
Parameter value. Any valid JSON value is allowed including objects, arrays, strings, numbers and booleans.
- reference
- SecretValueReference
Parameter value as reference type.
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for .NET