InsightsClient.EventOperations Property

 

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 virtual IEventOperations EventOperations { get; }
public:
property IEventOperations^ EventOperations {
    virtual IEventOperations^ get();
}
abstract EventOperations : IEventOperations with get
override EventOperations : IEventOperations with get
Public Overridable ReadOnly Property EventOperations As IEventOperations

Property Value

Type: Microsoft.Azure.Insights.IEventOperations

Implements

IInsightsClient.EventOperations

See Also

InsightsClient Class
Microsoft.Azure.Insights Namespace

Return to top