共用方式為


IVirtualMachineVMImageOperations.ListAsync(CancellationToken) Method

Definition

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

public System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageListResponse> ListAsync (System.Threading.CancellationToken cancellationToken);
abstract member ListAsync : System.Threading.CancellationToken -> System.Threading.Tasks.Task<Microsoft.WindowsAzure.Management.Compute.Models.VirtualMachineVMImageListResponse>
Public Function ListAsync (cancellationToken As CancellationToken) As Task(Of VirtualMachineVMImageListResponse)

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The List VM Images operation response.

Applies to