Class ResourceRange

java.lang.Object
com.microsoft.azure.management.compute.ResourceRange

public class ResourceRange extends Object
Describes the resource range.
  • Constructor Details

    • ResourceRange

      public ResourceRange()
  • Method Details

    • min

      public Integer min()
      Get the minimum number of the resource.
      Returns:
      the min value
    • withMin

      public ResourceRange withMin(Integer min)
      Set the minimum number of the resource.
      Parameters:
      min - the min value to set
      Returns:
      the ResourceRange object itself.
    • max

      public Integer max()
      Get the maximum number of the resource.
      Returns:
      the max value
    • withMax

      public ResourceRange withMax(Integer max)
      Set the maximum number of the resource.
      Parameters:
      max - the max value to set
      Returns:
      the ResourceRange object itself.