Freigeben über


BillingProfileConsumptionResource.GetEventsAsync Methode

Definition

Listet die Ereignisse auf, die das Azure-Guthaben oder die Microsoft Azure-Verbrauchsverpflichtung für ein Abrechnungskonto oder ein Abrechnungsprofil für ein bestimmtes Start- und Enddatum erhöhen.

  • Anfordern von Path/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/providers/Microsoft.Consumption/events
  • Vorgangs-IdEvents_ListByBillingProfile
public virtual Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionEventSummary> GetEventsAsync (string startDate, string endDate, System.Threading.CancellationToken cancellationToken = default);
abstract member GetEventsAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionEventSummary>
override this.GetEventsAsync : string * string * System.Threading.CancellationToken -> Azure.AsyncPageable<Azure.ResourceManager.Consumption.Models.ConsumptionEventSummary>
Public Overridable Function GetEventsAsync (startDate As String, endDate As String, Optional cancellationToken As CancellationToken = Nothing) As AsyncPageable(Of ConsumptionEventSummary)

Parameter

startDate
String

Dies ist das Startdatum.

endDate
String

Dies ist das Enddatum.

cancellationToken
CancellationToken

Das zu verwendende Abbruchtoken.

Gibt zurück

Eine asynchrone Auflistung von ConsumptionEventSummary , die mehrere Dienstanforderungen durchlaufen kann.

Ausnahmen

startDate oder endDate ist NULL.

Gilt für: