Expand Minimize
This topic has not yet been rated - Rate this topic

IScheduler.GetJobTemplateInfo Method

Gets a JobTemplateInfo object that provides information about the specified job template.


Namespace: Microsoft.Hpc.Scheduler
Assembly: Microsoft.Hpc.Scheduler (in Microsoft.Hpc.Scheduler.dll)
'Usage
Dim instance As IScheduler
Dim jobTemplateName As String
Dim returnValue As JobTemplateInfo

returnValue = instance.GetJobTemplateInfo(jobTemplateName)
JobTemplateInfo GetJobTemplateInfo (
	string jobTemplateName
)
JobTemplateInfo GetJobTemplateInfo (
	String jobTemplateName
)
function GetJobTemplateInfo (
	jobTemplateName : String
) : JobTemplateInfo

Parameters

jobTemplateName

String that specifies the name of the job template for which you want information.

Return Value

A JobTemplateInfo object that provides information about the specified job template.

To get a list of the names of the job templates that are available on the HPC cluster, use the GetJobTemplateList method. To get a reader that provides access to the XML data that represents the job template, use the GetJobTemplateXml method.

Platform Note: This method was introduced in Windows HPC Server 2008 R2 and is not supported in earlier versions.


Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Development Platforms

Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012

Target Platforms

Windows XP, Windows Vista, Windows 7, Windows 8, Windows Server 2003, Windows Server 2003 R2, Windows Server 2008, Windows Server 2008 R2, Windows Server 2012, with HPC Pack Client Utilities




Build Date:

2013-04-22
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.