Class ParameterValuesValue
java.lang.Object
com.azure.resourcemanager.resources.models.ParameterValuesValue
The value of a parameter.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ParameterValuesValue
public ParameterValuesValue()Creates an instance of ParameterValuesValue class.
-
-
Method Details
-
value
Get the value property: The value of the parameter.- Returns:
- the value value.
-
withValue
Set the value property: The value of the parameter.- Parameters:
value- the value value to set.- Returns:
- the ParameterValuesValue object itself.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-