Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.QuotaCounterCollectionInner
Packages that use QuotaCounterCollectionInner
Package
Description
Package containing the service clients for ApiManagementClient.
Package containing the inner data models for ApiManagementClient.
Package containing the data models for ApiManagementClient.
-
Uses of QuotaCounterCollectionInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return QuotaCounterCollectionInnerModifier and TypeMethodDescriptionQuotaByCounterKeysClient.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.QuotaByCounterKeysClient.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.fluent that return types with arguments of type QuotaCounterCollectionInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<QuotaCounterCollectionInner> QuotaByCounterKeysClient.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<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. -
Uses of QuotaCounterCollectionInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return QuotaCounterCollectionInnerModifier and TypeMethodDescriptionstatic QuotaCounterCollectionInnerQuotaCounterCollectionInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QuotaCounterCollectionInner from the JsonReader.Set the count property: Total record count number across all pages.QuotaCounterCollectionInner.withNextLink(String nextLink) Set the nextLink property: Next page link if any.QuotaCounterCollectionInner.withValue(List<QuotaCounterContractInner> value) Set the value property: Quota counter values. -
Uses of QuotaCounterCollectionInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return QuotaCounterCollectionInnerModifier and TypeMethodDescriptionQuotaCounterCollection.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.QuotaCounterCollectionInner object.