Share via


IMonitoringConfigurationManagement.GetModuleTypes Method

Definition

Retrieves all the module types defined in this management group.

Overloads

GetModuleTypes(ICollection<Guid>)

Retrieves the module types based on the IDs of the types.

GetModuleTypes(ManagementPackModuleTypeCriteria)

Retrieves the module types based on the criteria.

GetModuleTypes()

Retrieves all the module types defined in this management group.

GetModuleTypes(ICollection<Guid>)

Retrieves the module types based on the IDs of the types.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackModuleType ^> ^ GetModuleTypes(System::Collections::Generic::ICollection<Guid> ^ ids);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleType> GetModuleTypes (System.Collections.Generic.ICollection<Guid> ids);
abstract member GetModuleTypes : System.Collections.Generic.ICollection<Guid> -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleType>
Public Function GetModuleTypes (ids As ICollection(Of Guid)) As IList(Of ManagementPackModuleType)

Parameters

ids
ICollection<Guid>

The IDs of the types.

Returns

Returns IList<T>.

The module types based on the IDs of the types.

Applies to

GetModuleTypes(ManagementPackModuleTypeCriteria)

Retrieves the module types based on the criteria.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackModuleType ^> ^ GetModuleTypes(Microsoft::EnterpriseManagement::Configuration::ManagementPackModuleTypeCriteria ^ criteria);
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleType> GetModuleTypes (Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleTypeCriteria criteria);
abstract member GetModuleTypes : Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleTypeCriteria -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleType>
Public Function GetModuleTypes (criteria As ManagementPackModuleTypeCriteria) As IList(Of ManagementPackModuleType)

Parameters

criteria
ManagementPackModuleTypeCriteria

The search criteria.

Returns

Returns IList<T>.

The module types based on the criteria.

Applies to

GetModuleTypes()

Retrieves all the module types defined in this management group.

public:
 System::Collections::Generic::IList<Microsoft::EnterpriseManagement::Configuration::ManagementPackModuleType ^> ^ GetModuleTypes();
public System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleType> GetModuleTypes ();
abstract member GetModuleTypes : unit -> System.Collections.Generic.IList<Microsoft.EnterpriseManagement.Configuration.ManagementPackModuleType>
Public Function GetModuleTypes () As IList(Of ManagementPackModuleType)

Returns

Returns IList<T>.

All the module types defined in this management group.

Applies to