IJobTemplate Interface

Represents a JobTemplate that can be used to create Jobs.

Namespace:  Microsoft.WindowsAzure.MediaServices.Client
Assembly:  Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)

Syntax

'Declaration
Public Interface IJobTemplate
'Usage
Dim instance As IJobTemplate
public interface IJobTemplate
public interface class IJobTemplate
type IJobTemplate =  interface end
public interface IJobTemplate

The IJobTemplate type exposes the following members.

Properties

  Name Description
Public property Created Gets the date when the template was created.
Public property Id Gets the template identifier.
Public property JobTemplateBody Gets or sets the job template body.
Public property LastModified Gets the date when the template was last modified.
Public property Name Gets or sets the name of the template.
Public property NumberofInputAssets Gets or sets the number of input assets associated with the template.
Public property TaskTemplates Gets a collection of TaskTemplates that compose this IJobTemplate.
Public property TemplateType Gets or sets the type of the template.

Top

Methods

  Name Description
Public method Copy Creates an in-memory copy of this IJobTemplate.
Public method Delete Deletes this IJobTemplate.
Public method DeleteAsync Asynchronously deletes this IJobTemplate.
Public method Save Saves this IJobTemplate when created from a copy of an existing IJobTemplate.
Public method SaveAsync Asynchronously saves this IJobTemplate when created from a copy of an existing IJobTemplate.

Top

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace