ITaskTemplate Interface

Represents a TaskTemplate.

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

Syntax

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

The ITaskTemplate type exposes the following members.

Properties

  Name Description
Public property Configuration Gets or sets the configurations associated with the task template.
Public property Created Gets the date when the task template was created.
Public property Description Gets the description of the task template.
Public property EncryptionKeyId Gets the encryption key identifier for the task template.
Public property EncryptionScheme Gets the encryption scheme associated with the task template.
Public property EncryptionVersion Gets the encryption version of the task template.
Public property Id Gets the task template identifier.
Public property InitializationVector Gets the initialization vector associated with the task template.
Public property LastModified Gets the latest date when the task template was modified.
Public property MediaProcessorId Gets or sets the media processor identifier associated with the task template.
Public property Name Gets or sets the task template name.
Public property NumberofInputAssets Gets or sets the number of input assets associated with the task template.
Public property NumberofOutputAssets Gets or sets the number of output assets associated with the task template.
Public property Options Gets the options associated with the template.
Public property TaskInputs Gets a collection of input assets to the templated Task.
Public property TaskOutputs Gets a collection of output assets to the templated Task.

Top

Methods

  Name Description
Public method GetClearConfiguration Gets the decrypted form of an encrypted task configuration for this task template.

Top

See Also

Reference

Microsoft.WindowsAzure.MediaServices.Client Namespace