次の方法で共有


BillingAccountConsumptionResource.GetEventsAsync メソッド

定義

特定の開始日と終了日の課金アカウントまたは課金プロファイルに対して Azure クレジットまたは Microsoft Azure 消費コミットメントをデクリメントするイベントを一覧表示します。

  • 要求パス/プロバイダー/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Consumption/events
  • 操作IdEvents_ListByBillingAccount
public virtual Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionEventSummary> GetEventsAsync (string filter = default, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEventsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionEventSummary>
override this.GetEventsAsync : string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionEventSummary>
Public Overridable Function GetEventsAsync (Optional filter As String = Nothing, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConsumptionEventSummary)

パラメーター

filter
String

lotId、lotSource などでイベントをフィルター処理するために使用できます。フィルターは、'eq'、'lt'、'gt'、'le'、'ge'、および 'and' をサポートしています。 現在、'ne'、'or'、または 'not' はサポートされていません。 タグ フィルターは、キーと値がコロン (:)で区切られたキー値ペア文字列です。

cancellationToken
CancellationToken

使用する取り消しトークン。

戻り値

反復処理するために複数の ConsumptionEventSummary サービス要求を受け取る可能性がある の非同期コレクション。

適用対象