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
System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereTarget()

Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship.

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereTarget(ICollection<MonitoringRelationshipClass>)

Obsolete.Gets the relationships for which this partial monitoring object is a target in the relationship, filtered by the relationshipClasses collection.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod GetMonitoringRelationshipObjectsWhereTarget(MonitoringRelationshipClass)

Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationship, filtered by the relationshipClassobject.

System_CAPS_pubmethod 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.

System_CAPS_pubmethod 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