ManagementGroup.GetMonitoringModuleTypes Method ()
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves all the management pack monitoring module types.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Monitoring.GetModuleTypes()")]
public ReadOnlyCollection<ManagementPackModuleType> GetMonitoringModuleTypes()
public:
[ObsoleteAttribute("Please use Monitoring.GetModuleTypes()")]
ReadOnlyCollection<ManagementPackModuleType^>^ GetMonitoringModuleTypes()
[<ObsoleteAttribute("Please use Monitoring.GetModuleTypes()")>]
member GetMonitoringModuleTypes : unit -> ReadOnlyCollection<ManagementPackModuleType>
<ObsoleteAttribute("Please use Monitoring.GetModuleTypes()")>
Public Function GetMonitoringModuleTypes As ReadOnlyCollection(Of ManagementPackModuleType)
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