TemplateImageOperationsExtensions.ListAsync(ITemplateImageOperations) Method

Definition

Gets a list of template images for the subscription.

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

Parameters

operations
ITemplateImageOperations

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

Returns

Operation response for TemplateImageOperations.List.

Applies to