PartialMonitoringObjectBase.GetMonitoringAlertsCount Method
Applies To: Operations Manager for System Center 2012
Gets the number of monitoring alerts that are related to this monitoring object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringAlertsCount() | Gets the number of monitoring alerts that are related to this monitoring object. |
|
GetMonitoringAlertsCount(ManagementPackClass) | Gets the number of monitoring alerts that are related to this monitoring object and the specified monitoring class. |
|
GetMonitoringAlertsCount(ManagementPackClass, TraversalDepth) | Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringAlertsCount(MonitoringAlertCriteria) | Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringAlertsCount(MonitoringAlertCriteria, ManagementPackClass) | Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringAlertsCount(MonitoringAlertCriteria, ManagementPackClass, TraversalDepth) | Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringAlertsCount(MonitoringAlertCriteria, TraversalDepth) | Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringAlertsCount(TraversalDepth) | Gets the number of monitoring alerts that are related to this monitoring object, and optionally alerts that are related to all the monitoring objects that are contained by this object. |
See Also
PartialMonitoringObjectBase Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top