Uses of Class
com.azure.resourcemanager.apimanagement.models.QuotaCounterValueUpdateContract
Packages that use QuotaCounterValueUpdateContract
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of QuotaCounterValueUpdateContract in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent with parameters of type QuotaCounterValueUpdateContractModifier and TypeMethodDescriptionQuotaByCounterKeysClient.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.QuotaByPeriodKeysClient.update(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey, QuotaCounterValueUpdateContract parameters) Updates an existing quota counter value in the specified service instance.com.azure.core.http.rest.Response<QuotaCounterCollectionInner> QuotaByCounterKeysClient.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.com.azure.core.http.rest.Response<QuotaCounterContractInner> QuotaByPeriodKeysClient.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. -
Uses of QuotaCounterValueUpdateContract in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return QuotaCounterValueUpdateContractModifier and TypeMethodDescriptionQuotaCounterValueUpdateContract.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QuotaCounterValueUpdateContract from the JsonReader.QuotaCounterValueUpdateContract.withCallsCount(Integer callsCount) Set the callsCount property: Number of times Counter was called.QuotaCounterValueUpdateContract.withKbTransferred(Double kbTransferred) Set the kbTransferred property: Data Transferred in KiloBytes.Methods in com.azure.resourcemanager.apimanagement.models with parameters of type QuotaCounterValueUpdateContractModifier and TypeMethodDescriptionQuotaByCounterKeys.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.QuotaByPeriodKeys.update(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey, QuotaCounterValueUpdateContract parameters) Updates an existing quota counter value in 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.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.