Freigeben über


ApplicationInsightsDataClientExtensions.GetEvent Methode

Definition

Abrufen eines Ereignisses

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

Parameter

operations
IApplicationInsightsDataClient

Die Vorgangsgruppe für diese Erweiterungsmethode.

eventType
EventType

Der Typ der abzufragenden Ereignisse; entweder ein Standardereignistyp (traces, , pageViewscustomEvents, requestsdependencies, , exceptions) availabilityResultsoder $all für alle Ereignistypen. Mögliche Werte: "$all", "traces", "customEvents", "pageViews", "browserTimings", "requests", "dependencies", "exceptions", "availabilityResults", "performanceCounters", "customMetrics"

eventId
String

ID des Ereignisses.

timespan
Nullable<TimeSpan>

Optional. Der Zeitraum, über den Ereignisse abgerufen werden sollen. Dies ist ein ISO8601-Zeitraumwert. Dieser Zeitraum wird zusätzlich zu allen angewendet, die im Odata-Ausdruck angegeben sind.

Gibt zurück

Hinweise

Ruft die Daten für ein einzelnes Ereignis ab.

Gilt für: