QuotaUsagesListResult interface
Response containing the quota usage information for all the supported skus of Azure Cognitive Search service.
Properties
next |
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. NOTE: This property will not be serialized. It can only be populated by the server. |
value | The quota usages for the SKUs supported by Azure Cognitive Search. NOTE: This property will not be serialized. It can only be populated by the server. |
Property Details
nextLink
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. NOTE: This property will not be serialized. It can only be populated by the server.
nextLink?: string
Property Value
string
value
The quota usages for the SKUs supported by Azure Cognitive Search. NOTE: This property will not be serialized. It can only be populated by the server.
value?: QuotaUsageResult[]