次の方法で共有


BillingProfileConsumptionResource.GetEvents メソッド

定義

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

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

パラメーター

startDate
String

開始日。

endDate
String

終了日。

cancellationToken
CancellationToken

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

戻り値

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

例外

startDate または endDate が null です。

適用対象