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 | |
---|---|---|
![]() |
GetCountSummaryAsync(String, CancellationToken) | |
![]() |
ListEventsAsync(String, String, CancellationToken) | |
![]() |
ListEventsNextAsync(String, CancellationToken) | The List Event Next operation lists the next set of events. |
Extension Methods
Name | Description | |
---|---|---|
![]() |
GetCountSummary(String) | (Defined by EventOperationsExtensions.) |
![]() |
GetCountSummaryAsync(String) | (Defined by EventOperationsExtensions.) |
![]() |
ListEvents(String, String) | (Defined by EventOperationsExtensions.) |
![]() |
ListEventsAsync(String, String) | (Defined by EventOperationsExtensions.) |
![]() |
ListEventsNext(String) | The List Event Next operation lists the next set of events.(Defined by EventOperationsExtensions.) |
![]() |
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