ParameterValuesValue Class
- java.
lang. Object - com.
azure. resourcemanager. resources. models. ParameterValuesValue
- com.
Implements
public final class ParameterValuesValue
implements JsonSerializable<ParameterValuesValue>
The value of a parameter.
Constructor Summary
Constructor | Description |
---|---|
ParameterValuesValue() |
Creates an instance of Parameter |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Parameter |
fromJson(JsonReader jsonReader)
Reads an instance of Parameter |
Json |
toJson(JsonWriter jsonWriter) |
void |
validate()
Validates the instance. |
Object |
value()
Get the value property: The value of the parameter. |
Parameter |
withValue(Object value)
Set the value property: The value of the parameter. |
Methods inherited from java.lang.Object
Constructor Details
ParameterValuesValue
public ParameterValuesValue()
Creates an instance of ParameterValuesValue class.
Method Details
fromJson
public static ParameterValuesValue fromJson(JsonReader jsonReader)
Reads an instance of ParameterValuesValue from the JsonReader.
Parameters:
Returns:
Throws:
toJson
validate
public void validate()
Validates the instance.
value
public Object value()
Get the value property: The value of the parameter.
Returns:
withValue
public ParameterValuesValue withValue(Object value)
Set the value property: The value of the parameter.
Parameters:
Returns:
Applies to
Azure SDK for Java