Share via


ManagementPackMonitorSLO(ManagementPack, String) Constructor

Definition

Initializes a new ManagementPackMonitorSLO object.

public:
 ManagementPackMonitorSLO(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::String ^ identifier);
public ManagementPackMonitorSLO (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, string identifier);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitorSLO : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackMonitorSLO
Public Sub New (mp As ManagementPack, identifier As String)

Parameters

mp
ManagementPack

The management pack that this element type is in.

identifier
String

A string identifier for this management pack element.

Applies to