AlertsClient.Incidents Property
Operations for managing the alert incidents.
Namespace: Microsoft.WindowsAzure.Management.Monitoring.Alerts
Assembly: Microsoft.WindowsAzure.Management.Monitoring (in Microsoft.WindowsAzure.Management.Monitoring.dll)
Syntax
public virtual IIncidentOperations Incidents { get; }
public:
property IIncidentOperations^ Incidents {
virtual IIncidentOperations^ get();
}
abstract Incidents : IIncidentOperations with get
override Incidents : IIncidentOperations with get
Public Overridable ReadOnly Property Incidents As IIncidentOperations
Property Value
Type: Microsoft.WindowsAzure.Management.Monitoring.Alerts.IIncidentOperations
Implements
See Also
AlertsClient Class
Microsoft.WindowsAzure.Management.Monitoring.Alerts Namespace
Return to top