IQuotaByPeriodKeysOperations Interface

Definition

QuotaByPeriodKeysOperations operations.

public interface IQuotaByPeriodKeysOperations
type IQuotaByPeriodKeysOperations = interface
Public Interface IQuotaByPeriodKeysOperations

Methods

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<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

UpdateWithHttpMessagesAsync(String, String, String, String, QuotaCounterValueUpdateContract, Dictionary<String,List<String>>, CancellationToken)

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

Extension 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