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 | |
---|---|---|
GetMonitoringAlertsCount() | Obsolete.Retrieves the number of all theMonitoringAlertobjects. |
|
GetMonitoringAlertsCount(MonitoringAlertCriteria) | Obsolete.Retrieves the number ofMonitoringAlertobjects that match the specified filter. |
|
GetMonitoringAlertsCount(MonitoringAlertCriteria, MonitoringClass) | Obsolete.Retrieves the number ofMonitoringAlert objects for the specified scope that match the specified filter. |
|
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. |
|
GetMonitoringAlertsCount(MonitoringClass) | Obsolete.Retrieves the number ofMonitoringAlertobjects for the specified scope. |
|
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