Compartir a través de


BillingProfileConsumptionResource.GetEventsAsync Método

Definición

Enumera los eventos que reducen los créditos de Azure o el compromiso de consumo de Microsoft Azure para una cuenta de facturación o un perfil de facturación para una fecha de inicio y finalización determinada.

  • Ruta de acceso de solicitud/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/billingProfiles/{billingProfileId}/providers/Microsoft.Consumption/events
  • IdEvents_ListByBillingProfile de operaciones
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)

Parámetros

startDate
String

Fecha de inicio.

endDate
String

Fecha de fin.

cancellationToken
CancellationToken

Token de cancelación que se va a usar.

Devoluciones

Colección asincrónica de ConsumptionEventSummary que puede tomar varias solicitudes de servicio para iterar.

Excepciones

startDate o endDate es null.

Se aplica a