ManagementGroup::GetMonitoringRelationshipObjects Method (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 class.

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

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

Parameters

relationshipClass
Type: Microsoft.EnterpriseManagement.Configuration::MonitoringRelationshipClass^

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

Return to top
Show: