ManagementGroup::GetMonitoringRelationshipObjects Method (ICollection<MonitoringRelationshipClass^>^)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

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

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

public:
[ObsoleteAttribute("Please use EntityObjects.GetMonitoringRelationshipObjects()")]
ReadOnlyCollection<MonitoringRelationshipObject^>^ GetMonitoringRelationshipObjects(
	ICollection<MonitoringRelationshipClass^>^ relationshipClasses
)

Parameters

relationshipClasses
Type: System.Collections.Generic::ICollection<MonitoringRelationshipClass^>^

The monitoring relationship classes, with all their derived classes, used to define the range of the results.

Return to top
Show: