Uses of Interface
com.azure.resourcemanager.apimanagement.models.QuotaCounterContract
Packages that use QuotaCounterContract
Package
Description
Package containing the data models for ApiManagementClient.
-
Uses of QuotaCounterContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return QuotaCounterContractModifier and TypeMethodDescriptionQuotaByPeriodKeys.get(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey) Gets the value of the quota counter associated with the counter-key in the policy for the specific period in service instance.QuotaByPeriodKeys.update(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey, QuotaCounterValueUpdateContract parameters) Updates an existing quota counter value in the specified service instance.Methods in com.azure.resourcemanager.apimanagement.models that return types with arguments of type QuotaCounterContractModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<QuotaCounterContract> QuotaByPeriodKeys.getWithResponse(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey, com.azure.core.util.Context context) Gets the value of the quota counter associated with the counter-key in the policy for the specific period in service instance.com.azure.core.http.rest.Response<QuotaCounterContract> QuotaByPeriodKeys.updateWithResponse(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey, QuotaCounterValueUpdateContract parameters, com.azure.core.util.Context context) Updates an existing quota counter value in the specified service instance.QuotaCounterCollection.value()Gets the value property: Quota counter values.