Share via


IMonitoringConfigurationManagement.GetModuleType Method

Definition

Retrieves a single module type defined in this management group.

Overloads

GetModuleType(String, ManagementPack)

Retrieves a single module type defined in this management group.

GetModuleType(Guid)

Retrieves a single module type defined in this management group.

GetModuleType(String, ManagementPack)

Retrieves a single module type defined in this management group.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackModuleType ^ GetModuleType(System::String ^ typeName, Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ managementPack);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleType GetModuleType (string typeName, Microsoft.EnterpriseManagement.Configuration.ManagementPack managementPack);
abstract member GetModuleType : string * Microsoft.EnterpriseManagement.Configuration.ManagementPack -> Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleType
Public Function GetModuleType (typeName As String, managementPack As ManagementPack) As ManagementPackModuleType

Parameters

typeName
String

The module type name.

managementPack
ManagementPack

The management pack to search for the type in.

Returns

Returns ManagementPackModuleType.

A single module type defined in this management group.

Applies to

GetModuleType(Guid)

Retrieves a single module type defined in this management group.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackModuleType ^ GetModuleType(Guid id);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleType GetModuleType (Guid id);
abstract member GetModuleType : Guid -> Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleType
Public Function GetModuleType (id As Guid) As ManagementPackModuleType

Parameters

id
Guid

The ID of the module type.

Returns

Returns ManagementPackModuleType.

A single module type defined in this management group.

Applies to