PartialMonitoringObjectBase.GetMonitoringEvents Method
Applies To: Operations Manager for System Center 2012
Gets all the event objects that are related to this monitoring object.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringEvents() | Gets all the event objects that are related to this monitoring object. |
|
GetMonitoringEvents(ManagementPackClass) | Gets all the event objects that are related to this monitoring object and the specified monitoring class. |
|
GetMonitoringEvents(ManagementPackClass, TraversalDepth) | Gets all the event objects that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringEvents(MonitoringEventCriteria) | Gets all the event objects that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringEvents(MonitoringEventCriteria, ManagementPackClass) | Gets all the event objects that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringEvents(MonitoringEventCriteria, ManagementPackClass, TraversalDepth) | Gets all the event objects that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringEvents(MonitoringEventCriteria, TraversalDepth) | Gets all the event objects that are related to this monitoring object and that meet the specified criteria. |
|
GetMonitoringEvents(TraversalDepth) | Gets all the event objects that are related to this monitoring object, and optionally events 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