ManagementGroup.GetMonitoringEvents Method
Applies To: Operations Manager for System Center 2012
Retrieves monitoring events.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringEvents() | Obsolete.Retrieves a collection of all the monitoring events. |
|
GetMonitoringEvents(MonitoringClass) | Obsolete.Retrieves a collection of monitoring events for the specified scope. |
|
GetMonitoringEvents(MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of monitoring events for the specified class, with the option to include instances of derived classes. |
|
GetMonitoringEvents(MonitoringEventCriteria) | Obsolete.Retrieves a collection of monitoring events that match the specified filter. |
|
GetMonitoringEvents(MonitoringEventCriteria, MonitoringClass) | Obsolete.Retrieves a collection of monitoring events for the specified class that match the specified filter. |
|
GetMonitoringEvents(MonitoringEventCriteria, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of monitoring events for the specified class that match the specified filter, with the option to include instances of derived classes. |
See Also
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top