Share via


ManagementPackSLO Constructors

Definition

Initializes a new ManagementPackSLO object.

Overloads

ManagementPackSLO(ManagementPack, String)

Initializes a new ManagementPackSLO object by using a management pack and a string identifier.

ManagementPackSLO(ManagementPack, XmlReader)

Initializes a new ManagementPackSLO object by using a management pack and an XML reader.

ManagementPackSLO(ManagementPack, String, Guid)

Initializes a new ManagementPackSLO object by using a management pack, a string identifier, and a unique identifier.

ManagementPackSLO(ManagementPack, String)

Initializes a new ManagementPackSLO object by using a management pack and a string identifier.

protected:
 ManagementPackSLO(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::String ^ identifier);
protected ManagementPackSLO (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, string identifier);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackSLO : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackSLO
Protected 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

ManagementPackSLO(ManagementPack, XmlReader)

Initializes a new ManagementPackSLO object by using a management pack and an XML reader.

protected:
 ManagementPackSLO(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::Xml::XmlReader ^ reader);
protected ManagementPackSLO (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, System.Xml.XmlReader reader);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackSLO : Microsoft.EnterpriseManagement.Configuration.ManagementPack * System.Xml.XmlReader -> Microsoft.EnterpriseManagement.Configuration.ManagementPackSLO
Protected Sub New (mp As ManagementPack, reader As XmlReader)

Parameters

mp
ManagementPack

The management pack that this element type is in.

reader
XmlReader

The XML reader.

Applies to

ManagementPackSLO(ManagementPack, String, Guid)

Initializes a new ManagementPackSLO object by using a management pack, a string identifier, and a unique identifier.

protected:
 ManagementPackSLO(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ mp, System::String ^ identifier, Guid uniqueId);
protected ManagementPackSLO (Microsoft.EnterpriseManagement.Configuration.ManagementPack mp, string identifier, Guid uniqueId);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackSLO : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string * Guid -> Microsoft.EnterpriseManagement.Configuration.ManagementPackSLO
Protected Sub New (mp As ManagementPack, identifier As String, uniqueId As Guid)

Parameters

mp
ManagementPack

The management pack that this element type is in.

identifier
String

A string identifier for this management pack element.

uniqueId
Guid

The globally unique identifier (GUID) for this element.

Applies to