Share via


ManagementPack.ProcessMonitoringTemplate Method

Definition

Processes the specified template and inserts the results into the management pack.

Overloads

ProcessMonitoringTemplate(ManagementPackTemplate, String, String, String, String)
Obsolete.

This method is now obsolete. Please use ProcessTemplate(ManagementPackTemplate, String, String, String, String) instead.

ProcessMonitoringTemplate(ManagementPackTemplate, String, ManagementPackReferenceCollection, String, String, String)
Obsolete.

This method is now obsolete. Please use ProcessTemplate(ManagementPackTemplate, String, ManagementPackReferenceCollection, String, String, String) instead.

ProcessMonitoringTemplate(ManagementPackTemplate, String)
Obsolete.

This method is now obsolete. Please use ProcessTemplate(ManagementPackTemplate, String) instead.

ProcessMonitoringTemplate(ManagementPackTemplate, String, ManagementPackReferenceCollection)
Obsolete.

This method is now obsolete. Please use ProcessTemplate(ManagementPackTemplate, String, ManagementPackReferenceCollection) instead.

ProcessMonitoringTemplate(ManagementPackTemplate, String, String, String, String)

Caution

This method is now obsolete. Please use ProcessTemplate instead.

This method is now obsolete. Please use ProcessTemplate(ManagementPackTemplate, String, String, String, String) instead.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackFolder ^ ProcessMonitoringTemplate(Microsoft::EnterpriseManagement::Configuration::ManagementPackTemplate ^ template, System::String ^ configuration, System::String ^ folderName, System::String ^ folderDisplayName, System::String ^ folderDescription);
[System.Obsolete("This method is now obsolete. Please use ProcessTemplate instead.")]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder ProcessMonitoringTemplate (Microsoft.EnterpriseManagement.Configuration.ManagementPackTemplate template, string configuration, string folderName, string folderDisplayName, string folderDescription);
member this.ProcessMonitoringTemplate : Microsoft.EnterpriseManagement.Configuration.ManagementPackTemplate * string * string * string * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder
Public Function ProcessMonitoringTemplate (template As ManagementPackTemplate, configuration As String, folderName As String, folderDisplayName As String, folderDescription As String) As ManagementPackFolder

Parameters

template
ManagementPackTemplate

The template to process.

configuration
String

Configuration data for the template.

folderName
String

The folder to put the output in.

folderDisplayName
String

The display name of the returned folder.

folderDescription
String

The description of the returned folder.

Returns

A ManagementPackFolder object.

Attributes

Applies to

ProcessMonitoringTemplate(ManagementPackTemplate, String, ManagementPackReferenceCollection, String, String, String)

Caution

This method is now obsolete. Please use ProcessTemplate instead.

public:
 Microsoft::EnterpriseManagement::Configuration::ManagementPackFolder ^ ProcessMonitoringTemplate(Microsoft::EnterpriseManagement::Configuration::ManagementPackTemplate ^ template, System::String ^ configuration, Microsoft::EnterpriseManagement::Configuration::ManagementPackReferenceCollection ^ references, System::String ^ folderName, System::String ^ folderDisplayName, System::String ^ folderDescription);
[System.Obsolete("This method is now obsolete. Please use ProcessTemplate instead.")]
public Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder ProcessMonitoringTemplate (Microsoft.EnterpriseManagement.Configuration.ManagementPackTemplate template, string configuration, Microsoft.EnterpriseManagement.Configuration.ManagementPackReferenceCollection references, string folderName, string folderDisplayName, string folderDescription);
member this.ProcessMonitoringTemplate : Microsoft.EnterpriseManagement.Configuration.ManagementPackTemplate * string * Microsoft.EnterpriseManagement.Configuration.ManagementPackReferenceCollection * string * string * string -> Microsoft.EnterpriseManagement.Configuration.ManagementPackFolder
Public Function ProcessMonitoringTemplate (template As ManagementPackTemplate, configuration As String, references As ManagementPackReferenceCollection, folderName As String, folderDisplayName As String, folderDescription As String) As ManagementPackFolder

Parameters

template
ManagementPackTemplate

The template to process.

configuration
String

Configuration data for the template.

references
ManagementPackReferenceCollection

Specifies any references that are defined in the template configuration data.

folderName
String

The folder to put the output in.

folderDisplayName
String

The display name of the returned folder.

folderDescription
String

The description of the returned folder.

Returns

A ManagementPackFolder object.

Attributes

Applies to

ProcessMonitoringTemplate(ManagementPackTemplate, String)

Caution

This method is now obsolete. Please use ProcessTemplate instead.

This method is now obsolete. Please use ProcessTemplate(ManagementPackTemplate, String) instead.

public:
 void ProcessMonitoringTemplate(Microsoft::EnterpriseManagement::Configuration::ManagementPackTemplate ^ template, System::String ^ configuration);
[System.Obsolete("This method is now obsolete. Please use ProcessTemplate instead.")]
public void ProcessMonitoringTemplate (Microsoft.EnterpriseManagement.Configuration.ManagementPackTemplate template, string configuration);
member this.ProcessMonitoringTemplate : Microsoft.EnterpriseManagement.Configuration.ManagementPackTemplate * string -> unit
Public Sub ProcessMonitoringTemplate (template As ManagementPackTemplate, configuration As String)

Parameters

template
ManagementPackTemplate

The template to process.

configuration
String

Configuration data for the template.

Attributes

See also

Applies to

ProcessMonitoringTemplate(ManagementPackTemplate, String, ManagementPackReferenceCollection)

Caution

This method is now obsolete. Please use ProcessTemplate instead.

public:
 void ProcessMonitoringTemplate(Microsoft::EnterpriseManagement::Configuration::ManagementPackTemplate ^ template, System::String ^ configuration, Microsoft::EnterpriseManagement::Configuration::ManagementPackReferenceCollection ^ references);
[System.Obsolete("This method is now obsolete. Please use ProcessTemplate instead.")]
public void ProcessMonitoringTemplate (Microsoft.EnterpriseManagement.Configuration.ManagementPackTemplate template, string configuration, Microsoft.EnterpriseManagement.Configuration.ManagementPackReferenceCollection references);
member this.ProcessMonitoringTemplate : Microsoft.EnterpriseManagement.Configuration.ManagementPackTemplate * string * Microsoft.EnterpriseManagement.Configuration.ManagementPackReferenceCollection -> unit
Public Sub ProcessMonitoringTemplate (template As ManagementPackTemplate, configuration As String, references As ManagementPackReferenceCollection)

Parameters

template
ManagementPackTemplate

The template to process.

configuration
String

Configuration data for the template.

references
ManagementPackReferenceCollection

Specifies any references that are defined in the template configuration data.

Attributes

Applies to