ManagementGroup::GetMonitoringModuleType Method (String^, ManagementPack^)

System Center
 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves the monitoring module type that has the specified name and is contained in the specified management pack.

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

public:
[ObsoleteAttribute("Please use Monitoring.GetModuleType()")]
ManagementPackModuleType^ GetMonitoringModuleType(
	String^ typeName,
	ManagementPack^ managementPack
)

Parameters

typeName
Type: System::String^

The name of the module type to get.

managementPack
Type: Microsoft.EnterpriseManagement.Configuration::ManagementPack^

The management pack to search for the module type.

Return to top
Show: