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 | |
---|---|---|
GetRelatedPartialMonitoringObjects() | Gets all the partial monitoring objects that are related to this object. |
|
GetRelatedPartialMonitoringObjects(ManagementPackClass) | Gets all the partial monitoring objects that are related to this object and the specified monitoring class. |
|
GetRelatedPartialMonitoringObjects(ManagementPackClass, TraversalDepth) | Gets all the partial monitoring objects that are related to this object and that meet the specified criteria. |
|
GetRelatedPartialMonitoringObjects(MonitoringObjectGenericCriteria) | Gets all the partial monitoring objects that are related to this object and that meet the specified criteria. |
|
GetRelatedPartialMonitoringObjects(MonitoringObjectGenericCriteria, TraversalDepth) | Gets all the partial monitoring objects that are related to this object and that meet the specified criteria. |
|
GetRelatedPartialMonitoringObjects(MonitoringRelationshipClass) | Gets all the partial monitoring objects that are related to this monitoring object with the specified relationship type. |
|
GetRelatedPartialMonitoringObjects(MonitoringRelationshipClass, TraversalDepth) | Gets all the partial monitoring objects that are related to this object and that meet the specified criteria. |
|
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