Class ParameterValuesValue

java.lang.Object
com.azure.resourcemanager.resources.models.ParameterValuesValue

public final class ParameterValuesValue extends Object
The value of a parameter.
  • Constructor Details

    • ParameterValuesValue

      public ParameterValuesValue()
  • Method Details

    • value

      public Object value()
      Get the value property: The value of the parameter.
      Returns:
      the value value.
    • withValue

      public ParameterValuesValue withValue(Object value)
      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.