EventsOperationsOperations interface

Interface representing a EventsOperations operations.

Properties

listByBillingAccount

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

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.

Property Details

listByBillingAccount

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.

listByBillingAccount: (billingAccountId: string, options?: EventsOperationsListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>

Property Value

(billingAccountId: string, options?: EventsOperationsListByBillingAccountOptionalParams) => PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>

listByBillingProfile

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: (billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: EventsOperationsListByBillingProfileOptionalParams) => PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>

Property Value

(billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: EventsOperationsListByBillingProfileOptionalParams) => PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>