Share via


EventsExtensions.GetPerformanceCounterEvent Method

Definition

Get a performance counter event

public static Microsoft.Azure.ApplicationInsights.Query.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Query.Models.EventsPerformanceCounterResult> GetPerformanceCounterEvent (this Microsoft.Azure.ApplicationInsights.Query.IEvents operations, string appId, string eventId, string timespan = default);
static member GetPerformanceCounterEvent : Microsoft.Azure.ApplicationInsights.Query.IEvents * string * string * string -> Microsoft.Azure.ApplicationInsights.Query.Models.EventsResults<Microsoft.Azure.ApplicationInsights.Query.Models.EventsPerformanceCounterResult>
<Extension()>
Public Function GetPerformanceCounterEvent (operations As IEvents, appId As String, eventId As String, Optional timespan As String = Nothing) As EventsResults(Of EventsPerformanceCounterResult)

Parameters

operations
IEvents

The operations group for this extension method.

appId
String

ID of the application. This is Application ID from the API Access settings blade in the Azure portal.

eventId
String

ID of event.

timespan
String

Optional. The timespan over which to retrieve events. This is an ISO8601 time period value. This timespan is applied in addition to any that are specified in the Odata expression.

Returns

Remarks

Gets the data for a single performance counter event

Applies to