ManagementGroup::GetRelatedMonitoringObjects<T> Method (ICollection<T>^, MonitoringRelationshipClass^, TraversalDepth)
Applies To: Operations Manager for System Center 2012
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.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public: generic<typename T> where T : PartialMonitoringObjectBase [ObsoleteAttribute("Please use EntityObjects.GetRelatedObjects<T>()")] Dictionary<T, ReadOnlyCollection<MonitoringObject^>^>^ GetRelatedMonitoringObjects( ICollection<T>^ monitoringObjects, MonitoringRelationshipClass^ relationshipClass, TraversalDepth traversalDepth )
Parameters
- monitoringObjects
-
Type:
System.Collections.Generic::ICollection<T>^
The monitoring objects to find related objects for.
- relationshipClass
-
Type:
Microsoft.EnterpriseManagement.Configuration::MonitoringRelationshipClass^
The relationship class that is used in the search for related monitoring objects.
- traversalDepth
-
Type:
Microsoft.EnterpriseManagement.Common::TraversalDepth
A value that modifies the limits of the relationshipClass parameter. A value of OneLevel includes only instances of the specified class in the scope of the returned results. A value of Recursive includes instances of the specified class and all instances that are contained by those instances.
Return Value
Type: System.Collections.Generic::Dictionary<T, ReadOnlyCollection<MonitoringObject^>^>^Returns aDictionary<TKey, TValue> object ofMonitoringObject objects.
Type Parameters
- T
Must be of typePartialMonitoringObject.