VirtualMachineVMImageOperationsExtensions.ListAsync Method (IVirtualMachineVMImageOperations)
The List Virtual Machine Images operation retrieves a list of the virtual machine images.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
<ExtensionAttribute> Public Shared Function ListAsync ( operations As IVirtualMachineVMImageOperations ) As Task(Of VirtualMachineVMImageListResponse)
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IVirtualMachineVMImageOperations.
Return Value
Type: System.Threading.Tasks.Task(Of VirtualMachineVMImageListResponse)The List VM Images operation response.
Show: