BillingProfileConsumptionResource.GetEventsAsync Methode
Definition
Wichtig
Einige Informationen beziehen sich auf Vorabversionen, die vor dem Release ggf. grundlegend überarbeitet werden. Microsoft übernimmt hinsichtlich der hier bereitgestellten Informationen keine Gewährleistungen, seien sie ausdrücklich oder konkludent.
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:
Azure SDK for .NET