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)
Syntax
Task<VirtualMachineVMImageListResponse> ListAsync(
CancellationToken cancellationToken
)
Task<VirtualMachineVMImageListResponse^>^ ListAsync(
CancellationToken cancellationToken
)
abstract ListAsync :
cancellationToken:CancellationToken -> Task<VirtualMachineVMImageListResponse>
Function ListAsync (
cancellationToken As CancellationToken
) As Task(Of VirtualMachineVMImageListResponse)
Parameters
cancellationToken
Type: System.Threading.CancellationTokenCancellation token.
Return Value
Type: System.Threading.Tasks.Task<VirtualMachineVMImageListResponse>
The List VM Images operation response.
See Also
IVirtualMachineVMImageOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace
Return to top