PartialMonitoringObjectBase.GetMonitoringAlertsCount Method (MonitoringAlertCriteria)

 

Applies To: Operations Manager for System Center 2012

Gets the number of monitoring alerts that are related to this monitoring object and that meet the specified criteria.

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

Syntax

public int GetMonitoringAlertsCount(
    MonitoringAlertCriteria criteria
)
public:
int GetMonitoringAlertsCount(
    MonitoringAlertCriteria^ criteria
)
member GetMonitoringAlertsCount : 
        criteria:MonitoringAlertCriteria -> int
Public Function GetMonitoringAlertsCount (
    criteria As MonitoringAlertCriteria
) As Integer

Parameters

Return Value

Type: System.Int32

Returns a Int32 value.

See Also

GetMonitoringAlertsCount Overload
PartialMonitoringObjectBase Class
Microsoft.EnterpriseManagement.Monitoring Namespace

Return to top