Compartilhar via


ApplicationInsightsDataClientExtensions.GetEventAsync Método

Definição

Obter um evento

public static System.Threading.Tasks.Task<Microsoft.Azure.ApplicationInsights.Models.EventsResults> GetEventAsync (this Microsoft.Azure.ApplicationInsights.IApplicationInsightsDataClient operations, Microsoft.Azure.ApplicationInsights.Models.EventType eventType, string eventId, TimeSpan? timespan = default, System.Threading.CancellationToken cancellationToken = default);
static member GetEventAsync : Microsoft.Azure.ApplicationInsights.IApplicationInsightsDataClient * Microsoft.Azure.ApplicationInsights.Models.EventType * string * Nullable<TimeSpan> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.ApplicationInsights.Models.EventsResults>
<Extension()>
Public Function GetEventAsync (operations As IApplicationInsightsDataClient, eventType As EventType, eventId As String, Optional timespan As Nullable(Of TimeSpan) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EventsResults)

Parâmetros

operations
IApplicationInsightsDataClient

O grupo de operações para esse método de extensão.

eventType
EventType

O tipo de eventos a serem consultados; um tipo de evento padrão (traces, customEvents, pageViews, requests, dependencies, , exceptions, availabilityResults) ou $all para consultar todos os tipos de evento. Os valores possíveis incluem: '$all', 'traces', 'customEvents', 'pageViews', 'browserTimings', 'requests', 'dependencies', 'exceptions', 'availabilityResults', 'performanceCounters', 'customMetrics'

eventId
String

ID do evento.

timespan
Nullable<TimeSpan>

Opcional. O período de tempo sobre o qual recuperar eventos. Esse é um valor de período de tempo ISO8601. Esse período de tempo é aplicado além de qualquer especificado na expressão Odata.

cancellationToken
CancellationToken

O token de cancelamento.

Retornos

Comentários

Obtém os dados de um único evento

Aplica-se a