ManagementGroup.GetMonitoringAlerts Method (MonitoringClass)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of monitoring alerts that match the specified scope.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use OperationalData.GetMonitoringAlerts()")]
public ReadOnlyCollection<MonitoringAlert> GetMonitoringAlerts(
MonitoringClass monitoringClass
)
public:
[ObsoleteAttribute("Please use OperationalData.GetMonitoringAlerts()")]
ReadOnlyCollection<MonitoringAlert^>^ GetMonitoringAlerts(
MonitoringClass^ monitoringClass
)
[<ObsoleteAttribute("Please use OperationalData.GetMonitoringAlerts()")>]
member GetMonitoringAlerts :
monitoringClass:MonitoringClass -> ReadOnlyCollection<MonitoringAlert>
<ObsoleteAttribute("Please use OperationalData.GetMonitoringAlerts()")>
Public Function GetMonitoringAlerts (
monitoringClass As MonitoringClass
) As ReadOnlyCollection(Of MonitoringAlert)
Parameters
monitoringClass
Type: Microsoft.EnterpriseManagement.Configuration.MonitoringClassThe monitoring base class, with all its derived classes, that defines the range of the returned results.
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<MonitoringAlert>
Returns aReadOnlyCollection<T> ofMonitoringAlert objects.
See Also
GetMonitoringAlerts Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top