IQuotaByPeriodKeysOperations Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |