IJobTemplate.Copy Method
Creates an in-memory copy of this IJobTemplate.
Namespace: Microsoft.WindowsAzure.MediaServices.Client
Assembly: Microsoft.WindowsAzure.MediaServices.Client (in Microsoft.WindowsAzure.MediaServices.Client.dll)
Syntax
'Declaration
Function Copy As IJobTemplate
'Usage
Dim instance As IJobTemplate
Dim returnValue As IJobTemplate
returnValue = instance.Copy()
IJobTemplate Copy()
IJobTemplate^ Copy()
abstract Copy : unit -> IJobTemplate
function Copy() : IJobTemplate
Return Value
Type: Microsoft.WindowsAzure.MediaServices.Client.IJobTemplate
A copy of this IJobTemplate.