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
System_CAPS_pubmethod GetMonitoringAlerts()

Obsolete.Retrieves all the monitoring alerts from the management group.

System_CAPS_pubmethod GetMonitoringAlerts(DateTime)

Obsolete.Retrieves a collection of monitoring alerts that match the specified change time.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria)

Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, DateTime)

Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria and change time.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass)

Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria and scope.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass, DateTime)

Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria, scope, and change time.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass, TraversalDepth)

Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria, scope, and depth.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringAlertCriteria, MonitoringClass, TraversalDepth, DateTime)

Obsolete.Retrieves a collection of monitoring alerts that match the specified criteria, scope, depth, and change time.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringClass)

Obsolete.Retrieves a collection of monitoring alerts that match the specified scope.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringClass, DateTime)

Obsolete.Retrieves a collection of monitoring alerts that match the specified scope and change time.

System_CAPS_pubmethod GetMonitoringAlerts(MonitoringClass, TraversalDepth)

Obsolete.Retrieves a collection of monitoring alerts that match the specified scope and depth.

System_CAPS_pubmethod 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