Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves the monitoring module types that have the specified names.
Namespace:   Microsoft.EnterpriseManagement
Assembly:  Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Monitoring.GetModuleTypes()")]
public ReadOnlyCollection<ManagementPackModuleType> GetMonitoringModuleTypes(
    string typeName
)
public:
[ObsoleteAttribute("Please use Monitoring.GetModuleTypes()")]
ReadOnlyCollection<ManagementPackModuleType^>^ GetMonitoringModuleTypes(
    String^ typeName
)
[<ObsoleteAttribute("Please use Monitoring.GetModuleTypes()")>]
member GetMonitoringModuleTypes : 
        typeName:string -> ReadOnlyCollection<ManagementPackModuleType>
<ObsoleteAttribute("Please use Monitoring.GetModuleTypes()")>
Public Function GetMonitoringModuleTypes (
    typeName As String
) As ReadOnlyCollection(Of ManagementPackModuleType)
Parameters
- typeName 
 Type: System.String- The names of the management pack module types to get. 
Return Value
Type: System.Collections.ObjectModel.ReadOnlyCollection<ManagementPackModuleType>
Returns aReadOnlyCollection<T> ofManagementPackModuleType values.
See Also
GetMonitoringModuleTypes Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace
Return to top