Applies To: Operations Manager for System Center 2012
Retrieves a collection of monitoring alerts from the management group.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
| Name | Description | |
|---|---|---|
| .jpeg) | GetMonitoringAlerts() | Obsolete.Retrieves all the monitoring alerts from the management group. | 
| .jpeg) | GetMonitoringAlerts(DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified change time. | 
| .jpeg) | GetMonitoringAlerts(MonitoringAlertCriteria) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria. | 
| .jpeg) | GetMonitoringAlerts(MonitoringAlertCriteria, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria and change time. | 
| .jpeg) | GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria and scope. | 
| .jpeg) | GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria, scope, and change time. | 
| .jpeg) | GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria, scope, and depth. | 
| .jpeg) | GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass, TraversalDepth, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria, scope, depth, and change time. | 
| .jpeg) | GetMonitoringAlerts(MonitoringClass) | Obsolete.Retrieves a collection of monitoring alerts that match the specified scope. | 
| .jpeg) | GetMonitoringAlerts(MonitoringClass, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified scope and change time. | 
| .jpeg) | GetMonitoringAlerts(MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of monitoring alerts that match the specified scope and depth. | 
| .jpeg) | GetMonitoringAlerts(MonitoringClass, TraversalDepth, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified scope, depth, and change time. | 
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top