Uses of Interface
com.azure.resourcemanager.apimanagement.models.QuotaCounterCollection
Packages that use QuotaCounterCollection
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of QuotaCounterCollection in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return QuotaCounterCollectionModifier and TypeMethodDescriptionQuotaByCounterKeys.listByService(String resourceGroupName, String serviceName, String quotaCounterKey) Lists a collection of current quota counter periods associated with the counter-key configured in the policy on the specified service instance.QuotaByCounterKeys.update(String resourceGroupName, String serviceName, String quotaCounterKey, QuotaCounterValueUpdateContract parameters) Updates all the quota counter values specified with the existing quota counter key to a value in the specified service instance.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type QuotaCounterCollectionModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<QuotaCounterCollection> QuotaByCounterKeys.listByServiceWithResponse(String resourceGroupName, String serviceName, String quotaCounterKey, com.azure.core.util.Context context) Lists a collection of current quota counter periods associated with the counter-key configured in the policy on the specified service instance.com.azure.core.http.rest.Response<QuotaCounterCollection> QuotaByCounterKeys.updateWithResponse(String resourceGroupName, String serviceName, String quotaCounterKey, QuotaCounterValueUpdateContract parameters, com.azure.core.util.Context context) Updates all the quota counter values specified with the existing quota counter key to a value in the specified service instance.