Class ResourceRange

java.lang.Object
com.azure.resourcemanager.devcenter.models.ResourceRange

public final class ResourceRange extends Object
Properties for a range of values.
  • Constructor Details

    • ResourceRange

      public ResourceRange()
  • Method Details

    • min

      public Integer min()
      Get the min property: Minimum value.
      Returns:
      the min value.
    • max

      public Integer 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.