Class QuotaUsagesListResult

java.lang.Object
com.azure.resourcemanager.search.models.QuotaUsagesListResult

public final class QuotaUsagesListResult extends Object
Response containing the quota usage information for all the supported SKUs of Azure AI Search.
  • Constructor Details

    • QuotaUsagesListResult

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

    • value

      public List<QuotaUsageResultInner> value()
      Get the value property: The quota usages for the SKUs supported by Azure AI Search.
      Returns:
      the value value.
    • nextLink

      public String nextLink()
      Get the nextLink property: Request URL that can be used to query next page of quota usages. Returned when the total number of requested quota usages exceed maximum page size.
      Returns:
      the nextLink value.
    • validate

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