ManagementGroup.GetMonitoringAlertsCount Method

 

Applies To: Operations Manager for System Center 2012

Retrieves the number of MonitoringAlertobjects.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringAlertsCount()

Obsolete.Retrieves the number of all theMonitoringAlertobjects.

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringAlertCriteria)

Obsolete.Retrieves the number ofMonitoringAlertobjects that match the specified filter.

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringAlertCriteria, MonitoringClass)

Obsolete.Retrieves the number ofMonitoringAlert objects for the specified scope that match the specified filter.

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringAlertCriteria, MonitoringClass, TraversalDepth)

Obsolete.Retrieves the number ofMonitoringAlert objects for the specified scope that match the specified filter, with the option to include instances of derived classes.

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringClass)

Obsolete.Retrieves the number ofMonitoringAlertobjects for the specified scope.

System_CAPS_pubmethod GetMonitoringAlertsCount(MonitoringClass, TraversalDepth)

Obsolete.Retrieves the number ofMonitoringAlertobjects for the specified scope, with the option to include instances of derived classes.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top