次の方法で共有


EventsOperations interface

EventsOperations を表すインターフェイス。

メソッド

listByBillingAccount(string, EventsListByBillingAccountOptionalParams)

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

listByBillingProfile(string, string, string, string, EventsListByBillingProfileOptionalParams)

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

メソッドの詳細

listByBillingAccount(string, EventsListByBillingAccountOptionalParams)

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

function listByBillingAccount(billingAccountId: string, options?: EventsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>

パラメーター

billingAccountId

string

BillingAccount ID

options
EventsListByBillingAccountOptionalParams

options パラメーター。

戻り値

listByBillingProfile(string, string, string, string, EventsListByBillingProfileOptionalParams)

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

function listByBillingProfile(billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: EventsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>

パラメーター

billingAccountId

string

BillingAccount ID

billingProfileId

string

Azure Billing Profile ID。

startDate

string

開始日

endDate

string

終了日

options
EventsListByBillingProfileOptionalParams

options パラメーター。

戻り値