ApplicationInsightsDataClientExtensions.GetRequestEventAsync 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 de demande
public static System.Threading.Tasks.Task<Microsoft.Azure.ApplicationInsights.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Models.EventsRequestResult>> GetRequestEventAsync (this Microsoft.Azure.ApplicationInsights.IApplicationInsightsDataClient operations, string eventId, TimeSpan? timespan = default, System.Threading.CancellationToken cancellationToken = default);
static member GetRequestEventAsync : Microsoft.Azure.ApplicationInsights.IApplicationInsightsDataClient * string * Nullable<TimeSpan> * System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.Azure.ApplicationInsights.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Models.EventsRequestResult>>
<Extension()>
Public Function GetRequestEventAsync (operations As IApplicationInsightsDataClient, eventId As String, Optional timespan As Nullable(Of TimeSpan) = Nothing, Optional cancellationToken As CancellationToken = Nothing) As Task(Of EventsResults(Of EventsRequestResult))
Paramètres
- operations
- IApplicationInsightsDataClient
Groupe d’opérations pour cette méthode d’extension.
- 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 de requête unique
S’applique à
Azure SDK for .NET