你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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

返回

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 计费配置文件 ID。

startDate

string

开始日期

endDate

string

结束日期

返回