EventsOperations interface
Interface representing a EventsOperations.
Methods
list |
Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a billing account or a billing profile for a given start and end date. |
list |
Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a billing account or a billing profile for a given start and end date. |
Method Details
listByBillingAccount(string, EventsListByBillingAccountOptionalParams)
Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a billing account or a billing profile for a given start and end date.
function listByBillingAccount(billingAccountId: string, options?: EventsListByBillingAccountOptionalParams): PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>
Parameters
- billingAccountId
-
string
BillingAccount ID
The options parameters.
Returns
listByBillingProfile(string, string, string, string, EventsListByBillingProfileOptionalParams)
Lists the events that decrements Azure credits or Microsoft Azure consumption commitment for a billing account or a billing profile for a given start and end date.
function listByBillingProfile(billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: EventsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>
Parameters
- billingAccountId
-
string
BillingAccount ID
- billingProfileId
-
string
Azure Billing Profile ID.
- startDate
-
string
Start date
- endDate
-
string
End date
The options parameters.