Share via


IMonitoringConfigurationManagement.GetUnitMonitorType Method

Definition

Retrieves a single unit monitor type.

Overloads

GetUnitMonitorType(Guid)

Retrieves a single unit monitor type defined in this management group.

GetUnitMonitorType(String, ManagementPack)

Retrieves a single unit monitor type defined in this management group.

GetUnitMonitorType(Guid)

Retrieves a single unit monitor type defined in this management group.

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

Parameters

id
Guid

The ID of the unit monitor type.

Returns

Returns ManagementPackUnitMonitorType.

The single unit monitor type defined in this management group.

Applies to

GetUnitMonitorType(String, ManagementPack)

Retrieves a single unit monitor type defined in this management group.

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

Parameters

typeName
String

The unit monitor type name.

managementPack
ManagementPack

The management pack to search for the type in.

Returns

Returns ManagementPackUnitMonitorType.

The single unit monitor type defined in this management group.

Applies to