ManagementGroup.GetRelatedPartialMonitoringObjects Method
Applies To: Operations Manager for System Center 2012
Retrieves the partial monitoring object instances that are related to the specified monitoring objects provided by the given relationship, or by any relationship that derives from it.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetRelatedPartialMonitoringObjects<T>(ICollection<T>, IList<MonitoringClass>) | Obsolete.GetsPartialMonitoringObject instances that are related to the specifiedMonitoringObject objects 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. |
|
GetRelatedPartialMonitoringObjects<T>(ICollection<T>, IList<MonitoringClass>, TraversalDepth) | Obsolete.GetsPartialMonitoringObjectinstances 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. |
|
GetRelatedPartialMonitoringObjects<T>(ICollection<T>, MonitoringClass) | Obsolete.Retrieves a collection of the partial monitoring object instances for the specified class that are related to the specified monitoring objects. |
|
GetRelatedPartialMonitoringObjects<T>(ICollection<T>, MonitoringClass, TraversalDepth) | Obsolete.Retrieves a collection of the partial monitoring object instances for the specified class that are related to the specified monitoring objects, with the option to include instances of derived classes. |
|
GetRelatedPartialMonitoringObjects<T>(ICollection<T>, MonitoringRelationshipClass) | Obsolete.Retrieves a collection of the partial monitoring object instances that are related to the specified monitoring objects. |
|
GetRelatedPartialMonitoringObjects<T>(ICollection<T>, MonitoringRelationshipClass, TraversalDepth) | Obsolete.Retrieves a collection of the partial 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