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
System_CAPS_pubmethod GetRelatedMonitoringObjects()

Gets all the monitoring objects that are related to this object.

System_CAPS_pubmethod GetRelatedMonitoringObjects(ICollection<MonitoringObjectCriteria>, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(ManagementPackClass)

Gets all the monitoring objects that are related to this object and the specified monitoring class.

System_CAPS_pubmethod GetRelatedMonitoringObjects(ManagementPackClass, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringObjectCriteria)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringObjectCriteria, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringObjectGenericCriteria)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringObjectGenericCriteria, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringRelationshipClass)

Gets all the monitoring objects that are related to this monitoring object with the specified relationship type.

System_CAPS_pubmethod GetRelatedMonitoringObjects(MonitoringRelationshipClass, TraversalDepth)

Gets all the monitoring objects that are related to this object and that meet the specified criteria.

System_CAPS_pubmethod 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