Share via


ManagementPackFactTypeOutrigger(ManagementPack, String, String) Constructor

Definition

Initializes a new instance of the ManagementPackFactTypeOutrigger class by using a parent management pack, an alias of the management pack, and an identifier.

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

Parameters

parent
ManagementPack

The parent management pack.

alias
String

The alias of the management pack.

identifier
String

The identifier.

Applies to