مشاركة عبر


EventsOperations interface

واجهة تمثل عمليات الأحداث.

الأساليب

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

معرف حساب الفوترة

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

معرف حساب الفوترة

billingProfileId

string

معرف ملف تعريف فوترة Azure.

startDate

string

تاريخ البدء

endDate

string

تاريخ الانتهاء

options
EventsListByBillingProfileOptionalParams

معلمات الخيارات.

المرتجعات