次の方法で共有


IQuotaByCounterKeysOperations インターフェイス

定義

QuotaByCounterKeysOperations 操作。

public interface IQuotaByCounterKeysOperations
type IQuotaByCounterKeysOperations = interface
Public Interface IQuotaByCounterKeysOperations

メソッド

ListByServiceWithHttpMessagesAsync(String, String, String, Dictionary<String,List<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

UpdateWithHttpMessagesAsync(String, String, String, QuotaCounterValueUpdateContract, Dictionary<String,List<String>>, CancellationToken)

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

拡張メソッド

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)

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

適用対象