Class QuotaUsagesListResult
java.lang.Object
com.azure.resourcemanager.search.models.QuotaUsagesListResult
Response containing the quota usage information for all the supported SKUs of Azure AI Search.
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
QuotaUsagesListResult
public QuotaUsagesListResult()Creates an instance of QuotaUsagesListResult class.
-
-
Method Details
-
value
Get the value property: The quota usages for the SKUs supported by Azure AI Search.- Returns:
- the value value.
-
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.
-