EventsExtensions.GetCustomEvent(IEvents, String, String, String) 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 personnalisé
public static Microsoft.Azure.ApplicationInsights.Query.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Query.Models.EventsCustomEventResult> GetCustomEvent (this Microsoft.Azure.ApplicationInsights.Query.IEvents operations, string appId, string eventId, string timespan = default);
static member GetCustomEvent : Microsoft.Azure.ApplicationInsights.Query.IEvents * string * string * string -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Query.Models.EventsCustomEventResult>
<Extension()>
Public Function GetCustomEvent (operations As IEvents, appId As String, eventId As String, Optional timespan As String = Nothing) As EventsResults(Of EventsCustomEventResult)
Paramètres
- operations
- IEvents
Groupe d’opérations pour cette méthode d’extension.
- appId
- String
ID de l’application. Il s’agit de l’ID d’application du panneau Des paramètres d’accès à l’API dans le Portail Azure.
- eventId
- String
ID de l’événement.
- timespan
- String
Optionnel. 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.
Retours
Remarques
Obtient les données d’un événement personnalisé unique
S’applique à
Azure SDK for .NET