IVirtualMachineVMImageOperations.ListAsync Method (CancellationToken)

 

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)

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.

Return to top
Show: