Share via


ManagementPack.GetUnitMonitorType(String) Method

Definition

Retrieves the specified unit monitor type from the management pack.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackUnitMonitorType ^ GetUnitMonitorType(System::String ^ name);
public Microsoft.EnterpriseManagement.Configuration.ManagementPackUnitMonitorType GetUnitMonitorType (string name);
member this.GetUnitMonitorType : string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackUnitMonitorType
Public Function GetUnitMonitorType (name As String) As ManagementPackUnitMonitorType

Parameters

name
String

The name of the unit monitor type.

Returns

The specified ManagementPackUnitMonitorType object.

Applies to

See also