InsightsManagementClient.AlertOperations Property
Operations for managing alert rules and incidents.
Namespace: Microsoft.Azure.Management.Insights
Assembly: Microsoft.Azure.Insights (in Microsoft.Azure.Insights.dll)
Syntax
public virtual IAlertOperations AlertOperations { get; }
public:
property IAlertOperations^ AlertOperations {
virtual IAlertOperations^ get();
}
abstract AlertOperations : IAlertOperations with get
override AlertOperations : IAlertOperations with get
Public Overridable ReadOnly Property AlertOperations As IAlertOperations
Property Value
Type: Microsoft.Azure.Management.Insights.IAlertOperations
Implements
IInsightsManagementClient.AlertOperations
See Also
InsightsManagementClient Class
Microsoft.Azure.Management.Insights Namespace
Return to top