ManagementGroup.GetMonitoringModuleTypes Method (ICollection<Guid>)
Applies To: Operations Manager for System Center 2012
Note: This API is now obsolete.
Retrieves a collection of the management pack monitoring module types that have the specified GUIDs.
Namespace: Microsoft.EnterpriseManagement
Assembly: Microsoft.EnterpriseManagement.OperationsManager (in Microsoft.EnterpriseManagement.OperationsManager.dll)
Syntax
[ObsoleteAttribute("Please use Monitoring.GetModuleTypes()")]
public ReadOnlyCollection<ManagementPackModuleType> GetMonitoringModuleTypes(
ICollection<Guid> ids
)
public:
[ObsoleteAttribute("Please use Monitoring.GetModuleTypes()")]
ReadOnlyCollection<ManagementPackModuleType^>^ GetMonitoringModuleTypes(
ICollection<Guid>^ ids
)
[<ObsoleteAttribute("Please use Monitoring.GetModuleTypes()")>]
member GetMonitoringModuleTypes :
ids:ICollection<Guid> -> ReadOnlyCollection<ManagementPackModuleType>
<ObsoleteAttribute("Please use Monitoring.GetModuleTypes()")>
Public Function GetMonitoringModuleTypes (
ids As ICollection(Of Guid)
) As ReadOnlyCollection(Of ManagementPackModuleType)
Parameters
ids
Type: System.Collections.Generic.ICollection<Guid>The GUIDs of the 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