EventsOperations interface

Interface representing a EventsOperations.

Methods

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.

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.

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

options
EventsListByBillingAccountOptionalParams

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

options
EventsListByBillingProfileOptionalParams

The options parameters.

Returns