EventsOperations interface
表示 EventsOperations 的介面。
方法
list |
列出遞減 Azure 點數或Microsoft計費帳戶的 Azure 使用量承諾用量,或指定開始日期和結束日期的帳單配置檔的事件。 |
list |
列出遞減 Azure 點數或Microsoft計費帳戶的 Azure 使用量承諾用量,或指定開始日期和結束日期的帳單配置檔的事件。 |
方法詳細資料
listByBillingAccount(string, EventsListByBillingAccountOptionalParams)
列出遞減 Azure 點數或Microsoft計費帳戶的 Azure 使用量承諾用量,或指定開始日期和結束日期的帳單配置檔的事件。
function listByBillingAccount(billingAccountId: string, options?: EventsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>
參數
- billingAccountId
-
string
BillingAccount 識別符
選項參數。
傳回
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 識別符
- billingProfileId
-
string
Azure 帳單配置文件標識碼。
- startDate
-
string
開始日期
- endDate
-
string
結束日期
選項參數。