Package version
Initialize a new instance of the class QuotaByPeriodKeys class.
Reference to the service client
Gets the value of the quota counter associated with the counter-key in the policy for the specific period in service instance.
The name of the resource group.
The name of the API Management service.
Quota counter key identifier.This is the result of expression defined in counter-key attribute of the quota-by-key policy.For Example, if you specify counter-key="boo" in the policy, then it’s accessible by "boo" counter key. But if it’s defined as counter-key="@("b"+"a")" then it will be accessible by "ba" key
Quota period key identifier.
The options parameters.
Updates an existing quota counter value in the specified service instance.
The name of the resource group.
The name of the API Management service.
Quota counter key identifier.This is the result of expression defined in counter-key attribute of the quota-by-key policy.For Example, if you specify counter-key="boo" in the policy, then it’s accessible by "boo" counter key. But if it’s defined as counter-key="@("b"+"a")" then it will be accessible by "ba" key
Quota period key identifier.
The value of the Quota counter to be applied on the specified period.
The options parameters.
Generated using TypeDoc
Class containing QuotaByPeriodKeys operations.