Dela via


VirtualMachineVMImageOperationsExtensions.ListAsync Method

Definition

The List Virtual Machine Images operation retrieves a list of the virtual machine images.

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

Parameters

operations
IVirtualMachineVMImageOperations

Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations.

Returns

The List VM Images operation response.

Applies to