Events Class

Definition

Events operations.

public class Events : Microsoft.Azure.ApplicationInsights.Query.IEvents, Microsoft.Rest.IServiceOperations<Microsoft.Azure.ApplicationInsights.Query.ApplicationInsightsDataClient>
type Events = class
    interface IServiceOperations<ApplicationInsightsDataClient>
    interface IEvents
Public Class Events
Implements IEvents, IServiceOperations(Of ApplicationInsightsDataClient)
Inheritance
Events
Implements

Constructors

Events(ApplicationInsightsDataClient)

Initializes a new instance of the Events class.

Properties

Client

Gets a reference to the ApplicationInsightsDataClient

Methods

GetAvailabilityResultEventsWithHttpMessagesAsync(String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Execute OData query for availability result events

GetAvailabilityResultEventWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get an availability result event

GetBrowserTimingEventsWithHttpMessagesAsync(String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Execute OData query for browser timing events

GetBrowserTimingEventWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a browser timing event

GetByTypeWithHttpMessagesAsync(String, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Execute OData query

GetCustomEventsWithHttpMessagesAsync(String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Execute OData query for custom events

GetCustomEventWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a custom event

GetCustomMetricEventsWithHttpMessagesAsync(String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Execute OData query for custom metric events

GetCustomMetricEventWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a custom metricevent

GetDependencyEventsWithHttpMessagesAsync(String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Execute OData query for dependency events

GetDependencyEventWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a dependency event

GetExceptionEventsWithHttpMessagesAsync(String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Execute OData query for exception events

GetExceptionEventWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get an exception event

GetOdataMetadataWithHttpMessagesAsync(String, Dictionary<String,List<String>>, CancellationToken)

Get OData metadata

GetPageViewEventsWithHttpMessagesAsync(String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Execute OData query for page view events

GetPageViewEventWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a page view event

GetPerformanceCounterEventsWithHttpMessagesAsync(String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Execute OData query for performance counter events

GetPerformanceCounterEventWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a performance counter event

GetRequestEventsWithHttpMessagesAsync(String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Execute OData query for request events

GetRequestEventWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a request event

GetTraceEventsWithHttpMessagesAsync(String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, Dictionary<String,List<String>>, CancellationToken)

Execute OData query for trace events

GetTraceEventWithHttpMessagesAsync(String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get a trace event

GetWithHttpMessagesAsync(String, String, String, String, Dictionary<String,List<String>>, CancellationToken)

Get an event

Extension Methods

Get(IEvents, String, String, String, String)

Get an event

GetAsync(IEvents, String, String, String, String, CancellationToken)

Get an event

GetAvailabilityResultEvent(IEvents, String, String, String)

Get an availability result event

GetAvailabilityResultEventAsync(IEvents, String, String, String, CancellationToken)

Get an availability result event

GetAvailabilityResultEvents(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String)

Execute OData query for availability result events

GetAvailabilityResultEventsAsync(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, CancellationToken)

Execute OData query for availability result events

GetBrowserTimingEvent(IEvents, String, String, String)

Get a browser timing event

GetBrowserTimingEventAsync(IEvents, String, String, String, CancellationToken)

Get a browser timing event

GetBrowserTimingEvents(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String)

Execute OData query for browser timing events

GetBrowserTimingEventsAsync(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, CancellationToken)

Execute OData query for browser timing events

GetByType(IEvents, String, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String)

Execute OData query

GetByTypeAsync(IEvents, String, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, CancellationToken)

Execute OData query

GetCustomEvent(IEvents, String, String, String)

Get a custom event

GetCustomEventAsync(IEvents, String, String, String, CancellationToken)

Get a custom event

GetCustomEvents(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String)

Execute OData query for custom events

GetCustomEventsAsync(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, CancellationToken)

Execute OData query for custom events

GetCustomMetricEvent(IEvents, String, String, String)

Get a custom metricevent

GetCustomMetricEventAsync(IEvents, String, String, String, CancellationToken)

Get a custom metricevent

GetCustomMetricEvents(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String)

Execute OData query for custom metric events

GetCustomMetricEventsAsync(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, CancellationToken)

Execute OData query for custom metric events

GetDependencyEvent(IEvents, String, String, String)

Get a dependency event

GetDependencyEventAsync(IEvents, String, String, String, CancellationToken)

Get a dependency event

GetDependencyEvents(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String)

Execute OData query for dependency events

GetDependencyEventsAsync(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, CancellationToken)

Execute OData query for dependency events

GetExceptionEvent(IEvents, String, String, String)

Get an exception event

GetExceptionEventAsync(IEvents, String, String, String, CancellationToken)

Get an exception event

GetExceptionEvents(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String)

Execute OData query for exception events

GetExceptionEventsAsync(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, CancellationToken)

Execute OData query for exception events

GetOdataMetadata(IEvents, String)

Get OData metadata

GetOdataMetadataAsync(IEvents, String, CancellationToken)

Get OData metadata

GetPageViewEvent(IEvents, String, String, String)

Get a page view event

GetPageViewEventAsync(IEvents, String, String, String, CancellationToken)

Get a page view event

GetPageViewEvents(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String)

Execute OData query for page view events

GetPageViewEventsAsync(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, CancellationToken)

Execute OData query for page view events

GetPerformanceCounterEvent(IEvents, String, String, String)

Get a performance counter event

GetPerformanceCounterEventAsync(IEvents, String, String, String, CancellationToken)

Get a performance counter event

GetPerformanceCounterEvents(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String)

Execute OData query for performance counter events

GetPerformanceCounterEventsAsync(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, CancellationToken)

Execute OData query for performance counter events

GetRequestEvent(IEvents, String, String, String)

Get a request event

GetRequestEventAsync(IEvents, String, String, String, CancellationToken)

Get a request event

GetRequestEvents(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String)

Execute OData query for request events

GetRequestEventsAsync(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, CancellationToken)

Execute OData query for request events

GetTraceEvent(IEvents, String, String, String)

Get a trace event

GetTraceEventAsync(IEvents, String, String, String, CancellationToken)

Get a trace event

GetTraceEvents(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String)

Execute OData query for trace events

GetTraceEventsAsync(IEvents, String, String, String, String, String, String, Nullable<Int32>, Nullable<Int32>, String, Nullable<Boolean>, String, CancellationToken)

Execute OData query for trace events

Applies to