IEventOperations Interface

 

Microsoft Azure event logs and summaries can be retrieved using these operations

Namespace:   Microsoft.Azure.Insights
Assembly:  Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)

Syntax

public interface IEventOperations
public interface class IEventOperations
type IEventOperations = interface end
Public Interface IEventOperations

Methods

Name Description
System_CAPS_pubmethod GetCountSummaryAsync(String, CancellationToken)

System_CAPS_pubmethod ListEventsAsync(String, String, CancellationToken)

System_CAPS_pubmethod ListEventsNextAsync(String, CancellationToken)

The List Event Next operation lists the next set of events.

Extension Methods

Name Description
System_CAPS_pubmethod GetCountSummary(String)

(Defined by EventOperationsExtensions.)

System_CAPS_pubmethod GetCountSummaryAsync(String)

(Defined by EventOperationsExtensions.)

System_CAPS_pubmethod ListEvents(String, String)

(Defined by EventOperationsExtensions.)

System_CAPS_pubmethod ListEventsAsync(String, String)

(Defined by EventOperationsExtensions.)

System_CAPS_pubmethod ListEventsNext(String)

The List Event Next operation lists the next set of events.(Defined by EventOperationsExtensions.)

System_CAPS_pubmethod ListEventsNextAsync(String)

The List Event Next operation lists the next set of events.(Defined by EventOperationsExtensions.)

See Also

Microsoft.Azure.Insights Namespace

Return to top