PartialMonitoringObjectBase::GetRelatedPartialMonitoringObjects Method (MonitoringRelationshipClass^)

System Center
 

Applies To: Operations Manager for System Center 2012

Gets all the partial monitoring objects that are related to this monitoring object with the specified relationship type.

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

public:
ReadOnlyCollection<PartialMonitoringObject^>^ GetRelatedPartialMonitoringObjects(
	MonitoringRelationshipClass^ relationshipClass
)

Parameters

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

A relationship type that filters the returned partial monitoring objects. Only partial monitoring objects that are related to the current object with the specified relationship are returned.

Return to top
Show: