IInsightsClient.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
IEventOperations EventOperations { get; }
property IEventOperations^ EventOperations {
IEventOperations^ get();
}
abstract EventOperations : IEventOperations with get
ReadOnly Property EventOperations As IEventOperations
Property Value
Type: Microsoft.Azure.Insights.IEventOperations
See Also
IInsightsClient Interface
Microsoft.Azure.Insights Namespace
Return to top