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 | |
---|---|---|
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. |
|
GetRelatedMonitoringObjects<T>(ICollection<T>, IList<MonitoringClass>) | Obsolete. |
|
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. |
|
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. |
|
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. |
|
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. |
|
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. |
|
GetRelatedMonitoringObjects<T>(ICollection<T>, MonitoringRelationshipClass) | Obsolete. |
|
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