Uses of Class
com.azure.resourcemanager.search.fluent.models.QuotaUsageResultInner
Packages that use QuotaUsageResultInner
Package
Description
Package containing the service clients for SearchManagementClient.
Package containing the inner data models for SearchManagementClient.
Package containing the data models for SearchManagementClient.
-
Uses of QuotaUsageResultInner in com.azure.resourcemanager.search.fluent
Methods in com.azure.resourcemanager.search.fluent that return QuotaUsageResultInnerModifier and TypeMethodDescriptionSearchManagementClient.usageBySubscriptionSku(String location, String skuName) Gets the quota usage for a search SKU in the given subscription.Methods in com.azure.resourcemanager.search.fluent that return types with arguments of type QuotaUsageResultInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.PagedIterable<QuotaUsageResultInner>UsagesClient.listBySubscription(String location) Gets a list of all Search quota usages in the given subscription.com.azure.core.http.rest.PagedIterable<QuotaUsageResultInner>UsagesClient.listBySubscription(String location, UUID clientRequestId, com.azure.core.util.Context context) Gets a list of all Search quota usages in the given subscription.com.azure.core.http.rest.PagedFlux<QuotaUsageResultInner>UsagesClient.listBySubscriptionAsync(String location) Gets a list of all Search quota usages in the given subscription.com.azure.core.http.rest.PagedFlux<QuotaUsageResultInner>UsagesClient.listBySubscriptionAsync(String location, UUID clientRequestId) Gets a list of all Search quota usages in the given subscription.SearchManagementClient.usageBySubscriptionSkuAsync(String location, String skuName) Gets the quota usage for a search SKU in the given subscription.com.azure.core.http.rest.Response<QuotaUsageResultInner>SearchManagementClient.usageBySubscriptionSkuWithResponse(String location, String skuName, UUID clientRequestId, com.azure.core.util.Context context) Gets the quota usage for a search SKU in the given subscription.Mono<com.azure.core.http.rest.Response<QuotaUsageResultInner>>SearchManagementClient.usageBySubscriptionSkuWithResponseAsync(String location, String skuName, UUID clientRequestId) Gets the quota usage for a search SKU in the given subscription. -
Uses of QuotaUsageResultInner in com.azure.resourcemanager.search.fluent.models
Methods in com.azure.resourcemanager.search.fluent.models that return QuotaUsageResultInnerModifier and TypeMethodDescriptionQuotaUsageResultInner.withCurrentValue(Integer currentValue) Set the currentValue property: The currently used up value for the particular search SKU.Set the id property: The resource ID of the quota usage SKU endpoint for Microsoft.Search provider.Set the limit property: The quota limit for the particular search SKU.Set the unit property: The unit of measurement for the search SKU. -
Uses of QuotaUsageResultInner in com.azure.resourcemanager.search.models
Methods in com.azure.resourcemanager.search.models that return types with arguments of type QuotaUsageResultInnerModifier and TypeMethodDescriptionQuotaUsagesListResult.value()Get the value property: The quota usages for the SKUs supported by Azure AI Search.