Share via


QuotaByPeriodKeysOperationsExtensions Class

Definition

Extension methods for QuotaByPeriodKeysOperations.

public static class QuotaByPeriodKeysOperationsExtensions
type QuotaByPeriodKeysOperationsExtensions = class
Public Module QuotaByPeriodKeysOperationsExtensions
Inheritance
QuotaByPeriodKeysOperationsExtensions

Methods

Get(IQuotaByPeriodKeysOperations, String, String, String, String)

Gets the value of the quota counter associated with the counter-key in the policy for the specific period in service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-product-with-rules#a-namepolicies-ato-configure-call-rate-limit-and-quota-policies

GetAsync(IQuotaByPeriodKeysOperations, String, String, String, String, CancellationToken)

Gets the value of the quota counter associated with the counter-key in the policy for the specific period in service instance. https://docs.microsoft.com/en-us/azure/api-management/api-management-howto-product-with-rules#a-namepolicies-ato-configure-call-rate-limit-and-quota-policies

Update(IQuotaByPeriodKeysOperations, String, String, String, String, QuotaCounterValueUpdateContract)

Updates an existing quota counter value in the specified service instance.

UpdateAsync(IQuotaByPeriodKeysOperations, String, String, String, String, QuotaCounterValueUpdateContract, CancellationToken)

Updates an existing quota counter value in the specified service instance.

Applies to