次の方法で共有


IQuotaByPeriodKeysOperations インターフェイス

定義

QuotaByPeriodKeysOperations 操作。

public interface IQuotaByPeriodKeysOperations
type IQuotaByPeriodKeysOperations = interface
Public Interface IQuotaByPeriodKeysOperations

メソッド

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

サービス インスタンス内の特定の期間のポリシーのカウンター キーに関連付けられているクォータ カウンターの値を取得します。 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)

指定したサービス インスタンスに既存のクォータ カウンター値を更新します。

拡張メソッド

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

サービス インスタンス内の特定の期間のポリシーのカウンター キーに関連付けられているクォータ カウンターの値を取得します。 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)

サービス インスタンス内の特定の期間のポリシーのカウンター キーに関連付けられているクォータ カウンターの値を取得します。 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)

指定したサービス インスタンスに既存のクォータ カウンター値を更新します。

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

指定したサービス インスタンスに既存のクォータ カウンター値を更新します。

適用対象