PartialMonitoringObject.GetMonitoringRelationshipObjectsWhereSource Method
Applies To: Operations Manager for System Center 2012
Retrieves the relationships for which this partial monitoring object is a source in the relationship.
Namespace: Microsoft.EnterpriseManagement.Monitoring
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Overload List
Name | Description | |
---|---|---|
GetMonitoringRelationshipObjectsWhereSource() | Obsolete.Retrieves the relationships for which this PartialMonitoringObject object is the source. |
|
GetMonitoringRelationshipObjectsWhereSource(ICollection<MonitoringRelationshipClass>) | Obsolete.Retrieves all the relationships for which this monitoring object is the source of the given relationship type. |
|
GetMonitoringRelationshipObjectsWhereSource(ICollection<MonitoringRelationshipClass>, DerivedClassTraversalDepth) | Obsolete.Retrieves all the relationships for which this monitoring object is the source of the given relationship type, optionally including their derived types. |
|
GetMonitoringRelationshipObjectsWhereSource(ICollection<MonitoringRelationshipClass>, DerivedClassTraversalDepth, TraversalDepth) | Obsolete.Retrieves all the relationships for which this monitoring object is the source of the given relationship type, optionally including their derived types and including relationships in which the instances that this instance contains, via the Containment relationship type or above, are the source. |
|
GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipClass) | Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationship, filtered by the relationshipClass object. |
|
GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipClass, DerivedClassTraversalDepth) | Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationship, filtered by the relationshipClass object. Gets the relationships from the current PartialMonitoringObject object, or optionally from all derived classes. |
|
GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipClass, DerivedClassTraversalDepth, TraversalDepth) | Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationship, filtered by the relationshipClasses collection. |
|
GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipObjectGenericCriteria) | Obsolete.Gets the relationships for which this partial monitoring object is the source, by applying the specified filter. |
|
GetMonitoringRelationshipObjectsWhereSource(MonitoringRelationshipObjectGenericCriteria, TraversalDepth) | Obsolete.Gets the relationships for which this partial monitoring object is a source in the relationships that meet the criteria filter. Gets the relationships from the current PartialMonitoringObject object, or optionally from all related PartialMonitoringObject objects. |
|
GetMonitoringRelationshipObjectsWhereSource(TraversalDepth) | Obsolete.Retrieves all the relationships for which this monitoring object is the source of the given relationship type, optionally including their derived types. |
See Also
PartialMonitoringObject Class
Microsoft.EnterpriseManagement.Monitoring Namespace
Return to top