QuotaByPeriodKeys Interface
Implements
public interface QuotaByPeriodKeys
extends com.microsoft.azure.arm.model.HasInner<com.microsoft.azure.management.apimanagement.v2019_01_01.implementation.QuotaByPeriodKeysInner>
Type representing QuotaByPeriodKeys.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
rx.Observable<Quota |
getAsync(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. |
| abstract rx.Completable |
updateAsync(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey, QuotaCounterValueContractProperties parameters)
Updates an existing quota counter value in the specified service instance. |
Method Details
getAsync
public abstract Observable<QuotaCounterContract> getAsync(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.
Parameters:
Returns:
updateAsync
public abstract Completable updateAsync(String resourceGroupName, String serviceName, String quotaCounterKey, String quotaPeriodKey, QuotaCounterValueContractProperties parameters)
Updates an existing quota counter value in the specified service instance.
Parameters:
Returns: