ManagementGroup.GetMonitoringRelationshipObjects Method

 

Applies To: Operations Manager for System Center 2012

Retrieves a collection of monitoring relationship objects from the management group.

Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)

Overload List

Name Description
System_CAPS_pubmethod GetMonitoringRelationshipObjects(ICollection<Guid>)

Obsolete.Retrieves a collection of monitoring relationship objects that have the specified GUIDs.

System_CAPS_pubmethod GetMonitoringRelationshipObjects(ICollection<MonitoringRelationshipClass>)

Obsolete.Retrieves a collection of monitoring relationship objects for the specified classes.

System_CAPS_pubmethod GetMonitoringRelationshipObjects(ICollection<MonitoringRelationshipClass>, DerivedClassTraversalDepth)

Obsolete.Retrieves a collection of monitoring relationship objects for the specified classes, with the option to include instances of derived classes.

System_CAPS_pubmethod GetMonitoringRelationshipObjects(MonitoringClass, MonitoringClass)

Obsolete.Retrieves a collection of monitoring relationship objects from the specified source class for the specified target class.

System_CAPS_pubmethod GetMonitoringRelationshipObjects(MonitoringRelationshipClass)

Obsolete.Retrieves a collection of monitoring relationship objects for the specified class.

System_CAPS_pubmethod GetMonitoringRelationshipObjects(MonitoringRelationshipClass, DerivedClassTraversalDepth)

Obsolete.Retrieves a collection of monitoring relationship objects for the specified class, with the option to include instances of derived classes.

System_CAPS_pubmethod GetMonitoringRelationshipObjects(MonitoringRelationshipObjectGenericCriteria)

Obsolete.Retrieves a collection of monitoring relationship objects that match the specified filter.

System_CAPS_pubmethod GetMonitoringRelationshipObjects(MonitoringRelationshipObjectGenericCriteria, MonitoringClass, MonitoringClass)

Obsolete.Retrieves a collection of monitoring relationship objects from the specified source class for the specified target class, with the returned objects that match the specified filter.

See Also

ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top