Delen via


EventsOperations interface

Interface die een EventsOperations vertegenwoordigt.

Methoden

listByBillingAccount(string, EventsListByBillingAccountOptionalParams)

Toont de gebeurtenissen die Azure-tegoed of Microsoft Azure-verbruikstoezegging voor een factureringsaccount of een factureringsprofiel voor een bepaalde begin- en einddatum verlagen.

listByBillingProfile(string, string, string, string, EventsListByBillingProfileOptionalParams)

Toont de gebeurtenissen die Azure-tegoed of Microsoft Azure-verbruikstoezegging voor een factureringsaccount of een factureringsprofiel voor een bepaalde begin- en einddatum verlagen.

Methodedetails

listByBillingAccount(string, EventsListByBillingAccountOptionalParams)

Toont de gebeurtenissen die Azure-tegoed of Microsoft Azure-verbruikstoezegging voor een factureringsaccount of een factureringsprofiel voor een bepaalde begin- en einddatum verlagen.

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

Parameters

billingAccountId

string

Factureringsaccount-id

options
EventsListByBillingAccountOptionalParams

De optiesparameters.

Retouren

listByBillingProfile(string, string, string, string, EventsListByBillingProfileOptionalParams)

Toont de gebeurtenissen die Azure-tegoed of Microsoft Azure-verbruikstoezegging voor een factureringsaccount of een factureringsprofiel voor een bepaalde begin- en einddatum verlagen.

function listByBillingProfile(billingAccountId: string, billingProfileId: string, startDate: string, endDate: string, options?: EventsListByBillingProfileOptionalParams): PagedAsyncIterableIterator<EventSummary, EventSummary[], PageSettings>

Parameters

billingAccountId

string

Factureringsaccount-id

billingProfileId

string

Profiel-id voor Azure-facturering.

startDate

string

Begindatum

endDate

string

Einddatum

options
EventsListByBillingProfileOptionalParams

De optiesparameters.

Retouren