PartialMonitoringObjectBase::GetRelatedPartialMonitoringObjects Method (ManagementPackClass^)
Applies To: Operations Manager for System Center 2012
Gets all the partial monitoring objects that are related to this object and the specified monitoring class.
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
public:
ReadOnlyCollection<PartialMonitoringObject^>^ GetRelatedPartialMonitoringObjects(
ManagementPackClass^ managementPackClass
)
Parameters
- managementPackClass
-
Type:
Microsoft.EnterpriseManagement.Configuration::ManagementPackClass^
Only partial monitoring objects that are related to this monitoring class are returned.
Return Value
Type: System.Collections.ObjectModel::ReadOnlyCollection<PartialMonitoringObject^>^Returns a ReadOnlyCollection<T> of PartialMonitoringObject objects.
Show: