IJobTemplate.Save Method
Saves this IJobTemplate when created from a copy of an existing IJobTemplate.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Sub Save
'Usage
Dim instance As IJobTemplate
instance.Save()
void Save()
void Save()
abstract Save : unit -> unit
function Save()