ManagementGroup.GetMonitoringModuleType Method (Guid)

 

Applies To: Operations Manager for System Center 2012

Note: This API is now obsolete.

Retrieves the monitoring module type that has the specified GUID.

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

Syntax

[ObsoleteAttribute("Please use Monitoring.GetModuleType()")]
public ManagementPackModuleType GetMonitoringModuleType(
    Guid id
)
public:
[ObsoleteAttribute("Please use Monitoring.GetModuleType()")]
ManagementPackModuleType^ GetMonitoringModuleType(
    Guid id
)
[<ObsoleteAttribute("Please use Monitoring.GetModuleType()")>]
member GetMonitoringModuleType : 
        id:Guid -> ManagementPackModuleType
<ObsoleteAttribute("Please use Monitoring.GetModuleType()")>
Public Function GetMonitoringModuleType (
    id As Guid
) As ManagementPackModuleType

Parameters

  • id
    Type: System.Guid

    The GUID of the monitoring module type to get.

Return Value

Type: Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleType

Returns aManagementPackModuleType value.

See Also

GetMonitoringModuleType Overload
ManagementGroup Class
Microsoft.EnterpriseManagement Namespace

Return to top