Uses of Class
com.azure.resourcemanager.apimanagement.fluent.models.QuotaCounterContractInner
Packages that use QuotaCounterContractInner
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 QuotaCounterContractInner in com.azure.resourcemanager.apimanagement.fluent
Methods in com.azure.resourcemanager.apimanagement.fluent that return QuotaCounterContractInnerModifier and TypeMethodDescriptionQuotaByPeriodKeysClient.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.QuotaByPeriodKeysClient.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.fluent that return types with arguments of type QuotaCounterContractInnerModifier and TypeMethodDescriptioncom.azure.core.http.rest.Response<QuotaCounterContractInner> QuotaByPeriodKeysClient.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<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 QuotaCounterContractInner in com.azure.resourcemanager.apimanagement.fluent.models
Methods in com.azure.resourcemanager.apimanagement.fluent.models that return QuotaCounterContractInnerModifier and TypeMethodDescriptionstatic QuotaCounterContractInnerQuotaCounterContractInner.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of QuotaCounterContractInner from the JsonReader.QuotaCounterContractInner.withCounterKey(String counterKey) Set the counterKey property: The Key value of the Counter.QuotaCounterContractInner.withPeriodEndTime(OffsetDateTime periodEndTime) Set the periodEndTime property: The date of the end of Counter Period.QuotaCounterContractInner.withPeriodKey(String periodKey) Set the periodKey property: Identifier of the Period for which the counter was collected.QuotaCounterContractInner.withPeriodStartTime(OffsetDateTime periodStartTime) Set the periodStartTime property: The date of the start of Counter Period.QuotaCounterContractInner.withValue(QuotaCounterValueContractProperties value) Set the value property: Quota Value Properties.Methods in com.azure.resourcemanager.apimanagement.fluent.models that return types with arguments of type QuotaCounterContractInnerModifier and TypeMethodDescriptionQuotaCounterCollectionInner.value()Get the value property: Quota counter values.Method parameters in com.azure.resourcemanager.apimanagement.fluent.models with type arguments of type QuotaCounterContractInnerModifier and TypeMethodDescriptionQuotaCounterCollectionInner.withValue(List<QuotaCounterContractInner> value) Set the value property: Quota counter values. -
Uses of QuotaCounterContractInner in com.azure.resourcemanager.apimanagement.models
Methods in com.azure.resourcemanager.apimanagement.models that return QuotaCounterContractInnerModifier and TypeMethodDescriptionQuotaCounterContract.innerModel()Gets the inner com.azure.resourcemanager.apimanagement.fluent.models.QuotaCounterContractInner object.