Class ResourceRange
java.lang.Object
com.microsoft.azure.management.compute.ResourceRange
Describes the resource range.
-
Constructor Details
-
ResourceRange
public ResourceRange()
-
-
Method Details
-
min
Get the minimum number of the resource.- Returns:
- the min value
-
withMin
Set the minimum number of the resource.- Parameters:
min
- the min value to set- Returns:
- the ResourceRange object itself.
-
max
Get the maximum number of the resource.- Returns:
- the max value
-
withMax
Set the maximum number of the resource.- Parameters:
max
- the max value to set- Returns:
- the ResourceRange object itself.
-