TemplateImageOperationsExtensions.GetUploadScriptAsync Method

Definition

Gets the script for template image upload. Pass this script Uri and SAS obtianed from template image Set or Get operations.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.UploadScriptResult> GetUploadScriptAsync (this Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations operations);
static member GetUploadScriptAsync : Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.UploadScriptResult>
<Extension()>
Public Function GetUploadScriptAsync (operations As ITemplateImageOperations) As Task(Of UploadScriptResult)

Parameters

operations
ITemplateImageOperations

Reference to the Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations.

Returns

Definition for result of GetUploadScript operation.

Applies to