Share via


IMonitoringConfigurationManagement.GetMonitorHierarchy Method

Definition

Retrieves the root monitor that targets this monitoring class and base classes and then populates a monitor hierarchy.

Overloads

GetMonitorHierarchy(EnterpriseManagementObject)

Retrieves the root monitor that targets this monitoring class and base classes and then populates a monitor hierarchy.

GetMonitorHierarchy(ManagementPackClass)

Retrieves the root monitor that targets this monitoring class and base classes and then populates a monitor hierarchy.

GetMonitorHierarchy(EnterpriseManagementObject)

Retrieves the root monitor that targets this monitoring class and base classes and then populates a monitor hierarchy.

public:
 Microsoft::EnterpriseManagement::Common::HierarchyNode<Microsoft::EnterpriseManagement::Configuration::ManagementPackMonitor ^> ^ GetMonitorHierarchy(Microsoft::EnterpriseManagement::Common::EnterpriseManagementObject ^ instance);
public Microsoft.EnterpriseManagement.Common.HierarchyNode<Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitor> GetMonitorHierarchy (Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject instance);
abstract member GetMonitorHierarchy : Microsoft.EnterpriseManagement.Common.EnterpriseManagementObject -> Microsoft.EnterpriseManagement.Common.HierarchyNode<Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitor>
Public Function GetMonitorHierarchy (instance As EnterpriseManagementObject) As HierarchyNode(Of ManagementPackMonitor)

Parameters

instance
EnterpriseManagementObject

The specified instance for the monitoring object.

Returns

Returns HierarchyNode<T>.

The root monitor that targets this monitoring class and base classes and then populates a monitor hierarchy.

Applies to

GetMonitorHierarchy(ManagementPackClass)

Retrieves the root monitor that targets this monitoring class and base classes and then populates a monitor hierarchy.

public:
 Microsoft::EnterpriseManagement::Common::HierarchyNode<Microsoft::EnterpriseManagement::Configuration::ManagementPackMonitor ^> ^ GetMonitorHierarchy(Microsoft::EnterpriseManagement::Configuration::ManagementPackClass ^ managementPackClass);
public Microsoft.EnterpriseManagement.Common.HierarchyNode<Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitor> GetMonitorHierarchy (Microsoft.EnterpriseManagement.Configuration.ManagementPackClass managementPackClass);
abstract member GetMonitorHierarchy : Microsoft.EnterpriseManagement.Configuration.ManagementPackClass -> Microsoft.EnterpriseManagement.Common.HierarchyNode<Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitor>
Public Function GetMonitorHierarchy (managementPackClass As ManagementPackClass) As HierarchyNode(Of ManagementPackMonitor)

Parameters

managementPackClass
ManagementPackClass

The target class.

Returns

Returns HierarchyNode<T>.

The root monitor that targets this monitoring class and base classes and then populates a monitor hierarchy.

Applies to