Share via


ParameterValuesValue Constructors

Definition

Overloads

ParameterValuesValue()

Initializes a new instance of the ParameterValuesValue class.

ParameterValuesValue(Object)

Initializes a new instance of the ParameterValuesValue class.

ParameterValuesValue()

Initializes a new instance of the ParameterValuesValue class.

public ParameterValuesValue ();
Public Sub New ()

Applies to

ParameterValuesValue(Object)

Initializes a new instance of the ParameterValuesValue class.

public ParameterValuesValue (object value = default);
new Microsoft.Azure.Management.ResourceManager.Models.ParameterValuesValue : obj -> Microsoft.Azure.Management.ResourceManager.Models.ParameterValuesValue
Public Sub New (Optional value As Object = Nothing)

Parameters

value
Object

The value of the parameter.

Applies to