TemplateImageOperationsExtensions.GetAsync Method

Definition

Gets details of a template image for the subscription.

public static System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult> GetAsync (this Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations operations, string imageName);
static member GetAsync : Microsoft.WindowsAzure.Management.RemoteApp.ITemplateImageOperations * string -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.RemoteApp.Models.TemplateImageResult>
<Extension()>
Public Function GetAsync (operations As ITemplateImageOperations, imageName As String) As Task(Of TemplateImageResult)

Parameters

operations
ITemplateImageOperations

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

imageName
String

Required. Name of the template image.

Returns

Operation response for TemplateImageOperations.Get.

Applies to