PartialMonitoringObject.GetMonitoringRelationshipObjectsWhereTarget Method
Applies To: Operations Manager for System Center 2012
Gets the relationships for which this partial monitoring object is a target in the relationship.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringRelationshipObjectsWhereTarget() | Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship. |
|
GetMonitoringRelationshipObjectsWhereTarget(ICollection<MonitoringRelationshipClass>) | Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship, filtered by the relationshipClasses collection. |
|
GetMonitoringRelationshipObjectsWhereTarget(ICollection<MonitoringRelationshipClass>, DerivedClassTraversalDepth) | Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship, filtered by the relationshipClasses collection. Gets the relationships from the current PartialMonitoringObject object, and optionally from all derived classes. |
|
GetMonitoringRelationshipObjectsWhereTarget(ICollection<MonitoringRelationshipClass>, DerivedClassTraversalDepth, TraversalDepth) | Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship, filtered by the relationshipClasses collection. Gets the relationships from the current PartialMonitoringObject object, and, optionally from all derived classes or related PartialMonitoringObject objects. |
|
GetMonitoringRelationshipObjectsWhereTarget(MonitoringRelationshipClass) | Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationship, filtered by the relationshipClassobject. |
|
GetMonitoringRelationshipObjectsWhereTarget(MonitoringRelationshipClass, DerivedClassTraversalDepth) | Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship, filtered by the relationshipClass object and optionally from all derived classes. |
|
GetMonitoringRelationshipObjectsWhereTarget(MonitoringRelationshipClass, DerivedClassTraversalDepth, TraversalDepth) | Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship, filtered by the relationshipClasses collection and optionally including all derived classes. |
See Also
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top