ManagementPackFolderItem Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes a new ManagementPackFolderItem object.
Overloads
ManagementPackFolderItem(ManagementPackElement, ManagementPackElementReference<ManagementPackFolder>) |
Initializes a new ManagementPackFolderItem object by using a management pack element and a reference to the folder. |
ManagementPackFolderItem(String, ManagementPackElement, ManagementPackElementReference<ManagementPackFolder>) |
Initializes a new ManagementPackFolderItem object by using a string identifier, a management pack element, and a reference to the folder. |
ManagementPackFolderItem(ManagementPack, String, ManagementPackElement, ManagementPackElementReference<ManagementPackFolder>) |
Initializes a new ManagementPackFolderItem object by using a management pack, a string identifier, a management pack element, and a reference to the folder. |
ManagementPackFolderItem(ManagementPackElement, ManagementPackElementReference<ManagementPackFolder>)
Initializes a new ManagementPackFolderItem object by using a management pack element and a reference to the folder.
public:
ManagementPackFolderItem(Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackFolder ^> ^ folderref);
public ManagementPackFolderItem (Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder> folderref);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackFolderItem : Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder> -> Microsoft.EnterpriseManagement.Configuration.ManagementPackFolderItem
Public Sub New (element As ManagementPackElement, folderref As ManagementPackElementReference(Of ManagementPackFolder))
Parameters
- element
- ManagementPackElement
The management pack element to add to the folder.
The reference to the folder.
Applies to
ManagementPackFolderItem(String, ManagementPackElement, ManagementPackElementReference<ManagementPackFolder>)
Initializes a new ManagementPackFolderItem object by using a string identifier, a management pack element, and a reference to the folder.
public:
ManagementPackFolderItem(System::String ^ id, Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackFolder ^> ^ folderref);
public ManagementPackFolderItem (string id, Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder> folderref);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackFolderItem : string * Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder> -> Microsoft.EnterpriseManagement.Configuration.ManagementPackFolderItem
Public Sub New (id As String, element As ManagementPackElement, folderref As ManagementPackElementReference(Of ManagementPackFolder))
Parameters
- id
- String
A string identifier for this management pack.
- element
- ManagementPackElement
The management pack element to add to the folder.
The reference to the folder.
Applies to
ManagementPackFolderItem(ManagementPack, String, ManagementPackElement, ManagementPackElementReference<ManagementPackFolder>)
Initializes a new ManagementPackFolderItem object by using a management pack, a string identifier, a management pack element, and a reference to the folder.
public:
ManagementPackFolderItem(Microsoft::EnterpriseManagement::Configuration::ManagementPack ^ managementPack, System::String ^ id, Microsoft::EnterpriseManagement::Configuration::ManagementPackElement ^ element, Microsoft::EnterpriseManagement::Configuration::ManagementPackElementReference<Microsoft::EnterpriseManagement::Configuration::ManagementPackFolder ^> ^ folderReference);
public ManagementPackFolderItem (Microsoft.EnterpriseManagement.Configuration.ManagementPack managementPack, string id, Microsoft.EnterpriseManagement.Configuration.ManagementPackElement element, Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder> folderReference);
new Microsoft.EnterpriseManagement.Configuration.ManagementPackFolderItem : Microsoft.EnterpriseManagement.Configuration.ManagementPack * string * Microsoft.EnterpriseManagement.Configuration.ManagementPackElement * Microsoft.EnterpriseManagement.Configuration.ManagementPackElementReference<Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder> -> Microsoft.EnterpriseManagement.Configuration.ManagementPackFolderItem
Public Sub New (managementPack As ManagementPack, id As String, element As ManagementPackElement, folderReference As ManagementPackElementReference(Of ManagementPackFolder))
Parameters
- managementPack
- ManagementPack
The management pack.
- id
- String
A string identifier for this management pack.
- element
- ManagementPackElement
The management pack element to add to the folder.
- folderReference
- ManagementPackElementReference<ManagementPackFolder>
The reference to the folder.