Class ResourceRange
java.lang.Object
com.azure.resourcemanager.devcenter.models.ResourceRange
Properties for a range of values.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
ResourceRange
public ResourceRange()Creates an instance of ResourceRange class.
-
-
Method Details
-
min
Get the min property: Minimum value.- Returns:
- the min value.
-
max
Get the max property: Maximum value.- Returns:
- the max value.
-
validate
public void validate()Validates the instance.- Throws:
IllegalArgumentException
- thrown if the instance is not valid.
-