ManagementGroup.GetMonitoringAlerts Method
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 | |
---|---|---|
GetMonitoringAlerts() | Obsolete.Retrieves all the monitoring alerts from the management group. |
|
GetMonitoringAlerts(DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified change time. |
|
GetMonitoringAlerts(MonitoringAlertCriteria) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria. |
|
GetMonitoringAlerts(MonitoringAlertCriteria, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria and change time. |
|
GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria and scope. |
|
GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria, scope, and change time. |
|
GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria, scope, and depth. |
|
GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass, TraversalDepth, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria, scope, depth, and change time. |
|
GetMonitoringAlerts(MonitoringClass) | Obsolete.Retrieves a collection of monitoring alerts that match the specified scope. |
|
GetMonitoringAlerts(MonitoringClass, DateTime) | Obsolete.Retrieves a collection of monitoring alerts that match the specified scope and change time. |
|
GetMonitoringAlerts(MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of monitoring alerts that match the specified scope and depth. |
|
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