次の方法で共有


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

請求先アカウント ID

options
EventsListByBillingAccountOptionalParams

オプション パラメーター。

戻り値

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

請求先アカウント ID

billingProfileId

string

Azure Billing Profile ID。

startDate

string

開始日

endDate

string

終了日

options
EventsListByBillingProfileOptionalParams

オプション パラメーター。

戻り値