Partager via


BillingProfileConsumptionResource.GetEventsAsync Méthode

Définition

Répertorie les événements qui décrémentent les crédits Azure ou l’engagement de consommation Microsoft Azure pour un compte de facturation ou un profil de facturation pour une date de début et de fin donnée.

  • Chemin de la requête/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/providers/Microsoft.Consumption/events
  • IdEvents_ListByBillingProfile d’opération
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)

Paramètres

startDate
String

Date de début.

endDate
String

Date de fin.

cancellationToken
CancellationToken

Jeton d’annulation à utiliser.

Retours

Collection asynchrone de qui peut nécessiter plusieurs demandes de ConsumptionEventSummary service pour itérer.

Exceptions

startDate ou endDate est null.

S’applique à