ManagementGroup.GetRelatedMonitoringObjects Method

 

Applies To: Operations Manager for System Center 2012

Retrieves the monitoring object instances that are related to the specified monitoring objects provided by any containment relationship.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod GetRelatedMonitoringObjects<T>(ICollection<T>, ICollection<MonitoringObjectCriteria>, TraversalDepth)

Obsolete.Retrieves a collection of the monitoring object instances that are related to the specified monitoring objects that match the specified filter, with the option to include instances of derived classes.

System_CAPS_pubmethod GetRelatedMonitoringObjects<T>(ICollection<T>, IList<MonitoringClass>)

Obsolete.

System_CAPS_pubmethod GetRelatedMonitoringObjects<T>(ICollection<T>, IList<MonitoringClass>, TraversalDepth)

Obsolete.Gets MonitoringObject instances that are related to the specifiedMonitoringObjectobjects and that are scoped by the specified types (monitoring classes) or by any of the derived types. You also specify the traversal depth that you want to be used while searching for related monitoring objects.

System_CAPS_pubmethod GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringClass)

Obsolete.Retrieves a collection of the monitoring object instances that are related to the specified monitoring objects and that match the specified scope.

System_CAPS_pubmethod GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringClass, TraversalDepth)

Obsolete.Retrieves a collection of the monitoring object instances for the specified class that are related to the specified monitoring objects, with the option to include instances of derived classes.

System_CAPS_pubmethod GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringObjectCriteria)

Obsolete.Retrieves a collection of the monitoring object instances that are related to the specified monitoring objects and that match the specified filter.

System_CAPS_pubmethod GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringObjectCriteria, TraversalDepth)

Obsolete.Retrieves a collection of the monitoring object instances that are related to the specified monitoring objects that match the specified filter, with the option to include instances of derived classes.

System_CAPS_pubmethod GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringRelationshipClass)

Obsolete.

System_CAPS_pubmethod GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringRelationshipClass, TraversalDepth)

Obsolete.Retrieves a collection of the monitoring object instances that are related to the specified monitoring objects, with the option to include instances of derived classes.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top