IVirtualMachineVMImageOperations.ListAsync Method (CancellationToken)
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)
Function ListAsync ( cancellationToken As CancellationToken ) As Task(Of VirtualMachineVMImageListResponse)
Parameters
- cancellationToken
-
Type:
System.Threading.CancellationToken
Cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of VirtualMachineVMImageListResponse)The List VM Images operation response.
Show: