次の方法で共有


QuotaByCounterKeysOperationsExtensions クラス

定義

QuotaByCounterKeysOperations の拡張メソッド。

public static class QuotaByCounterKeysOperationsExtensions
type QuotaByCounterKeysOperationsExtensions = class
Public Module QuotaByCounterKeysOperationsExtensions
継承
QuotaByCounterKeysOperationsExtensions

メソッド

ListByService(IQuotaByCounterKeysOperations, String, String, String)

指定したサービス インスタンスのポリシーで構成されたカウンター キーに関連付けられている現在のクォータ カウンター期間のコレクションを一覧表示します。 API はまだページングをサポートしていません。 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

ListByServiceAsync(IQuotaByCounterKeysOperations, String, String, String, CancellationToken)

指定したサービス インスタンスのポリシーで構成されたカウンター キーに関連付けられている現在のクォータ カウンター期間のコレクションを一覧表示します。 API はまだページングをサポートしていません。 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(IQuotaByCounterKeysOperations, String, String, String, QuotaCounterValueUpdateContract)

既存のクォータ カウンター キーで指定されたすべてのクォータ カウンター値を、指定したサービス インスタンスの値に更新します。 これは、クォータ カウンター値のリセットに使用する必要があります。

UpdateAsync(IQuotaByCounterKeysOperations, String, String, String, QuotaCounterValueUpdateContract, CancellationToken)

既存のクォータ カウンター キーで指定されたすべてのクォータ カウンター値を、指定したサービス インスタンスの値に更新します。 これは、クォータ カウンター値のリセットに使用する必要があります。

適用対象