ApplicationInsightsDataClientExtensions.GetEventAsync Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtenir un événement
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)
Paramètres
- operations
- IApplicationInsightsDataClient
Groupe d’opérations pour cette méthode d’extension.
- eventType
- EventType
Type d’événements à interroger ; soit un type d’événement standard (traces
, , pageViews
customEvents
, requests
, dependencies
, exceptions
, ) availabilityResults
soit $all
pour interroger tous les types d’événements. Les valeurs possibles sont les suivantes : « $all », « traces », « customEvents », « pageViews », « browserTimings », « requests », « dependencies », « exceptions », « availabilityResults », « performanceCounters », « customMetrics »
- eventId
- String
ID de l’événement.
facultatif. Intervalle de temps sur lequel récupérer les événements. Il s’agit d’une valeur de période ISO8601. Ce intervalle de temps est appliqué en plus des éléments spécifiés dans l’expression Odata.
- cancellationToken
- CancellationToken
Jeton d'annulation.
Retours
Remarques
Obtient les données d’un événement unique
S’applique à
Azure SDK for .NET