EventsOperationsOperations interface

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

プロパティ

listByBillingAccount

請求先アカウントの Azure クレジットまたは Microsoft Azure 従量課金コミットメントを減らしたイベント、または特定の開始日と終了日の課金プロファイルを一覧表示します。

listByBillingProfile

請求先アカウントの Azure クレジットまたは Microsoft Azure 従量課金コミットメントを減らしたイベント、または特定の開始日と終了日の課金プロファイルを一覧表示します。

プロパティの詳細

listByBillingAccount

請求先アカウントの Azure クレジットまたは Microsoft Azure 従量課金コミットメントを減らしたイベント、または特定の開始日と終了日の課金プロファイルを一覧表示します。

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

プロパティ値

(billingAccountId: string, options?: EventsOperationsListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>

listByBillingProfile

請求先アカウントの Azure クレジットまたは Microsoft Azure 従量課金コミットメントを減らしたイベント、または特定の開始日と終了日の課金プロファイルを一覧表示します。

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

プロパティ値

(billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: EventsOperationsListByBillingProfileOptionalParams) => PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>