PartialMonitoringObjectBase.GetRelatedPartialMonitoringObjects Method

 

Applies To: Operations Manager for System Center 2012

Gets all the partial 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 GetRelatedPartialMonitoringObjects()

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

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(ManagementPackClass)

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

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(ManagementPackClass, TraversalDepth)

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

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(MonitoringObjectGenericCriteria)

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

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(MonitoringObjectGenericCriteria, TraversalDepth)

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

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(MonitoringRelationshipClass)

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

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(MonitoringRelationshipClass, TraversalDepth)

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

System_CAPS_pubmethod GetRelatedPartialMonitoringObjects(TraversalDepth)

Gets all the partial monitoring objects that are related to this object, and optionally partial 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