Class QuotaResourceList

java.lang.Object
com.azure.resourcemanager.loadtestservice.models.QuotaResourceList

public final class QuotaResourceList extends Object
List of quota bucket objects. It contains a URL link to get the next set of results.
  • Constructor Details

    • QuotaResourceList

      public QuotaResourceList()
      Creates an instance of QuotaResourceList class.
  • Method Details

    • value

      public List<QuotaResourceInner> value()
      Get the value property: List of quota bucket objects provided by the loadtestservice.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: URL to get the next set of quota bucket objects results (if there are any).
      Returns:
      the nextLink value.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.