Share via


VirtualMachineVMImageOperationsExtensions.ListAsync Method (IVirtualMachineVMImageOperations)

 

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

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Syntax

public static Task<VirtualMachineVMImageListResponse> ListAsync(
    this IVirtualMachineVMImageOperations operations
)
public:
[ExtensionAttribute]
static Task<VirtualMachineVMImageListResponse^>^ ListAsync(
    IVirtualMachineVMImageOperations^ operations
)
static member ListAsync : 
        operations:IVirtualMachineVMImageOperations -> Task<VirtualMachineVMImageListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IVirtualMachineVMImageOperations
) As Task(Of VirtualMachineVMImageListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<VirtualMachineVMImageListResponse>

The List VM Images operation response.

See Also

VirtualMachineVMImageOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top