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