EventsOperations interface
Interface die een EventsOperations vertegenwoordigt.
Methoden
| list |
Toont de gebeurtenissen die Azure-tegoed of Microsoft Azure-verbruikstoezegging voor een factureringsaccount of een factureringsprofiel voor een bepaalde begin- en einddatum verlagen. |
| list |
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
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
De optiesparameters.