IVirtualMachineOSImageOperations.ListAsync Method (CancellationToken)

 

The List OS Images operation retrieves a list of the operating system images from the image repository. (see http://msdn.microsoft.com/en-us/library/windowsazure/jj157191.aspx for more information)

Namespace:   Microsoft.WindowsAzure.Management.Compute
Assembly:  Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)

Function ListAsync (
	cancellationToken As CancellationToken
) As Task(Of VirtualMachineOSImageListResponse)

Parameters

cancellationToken
Type: System.Threading.CancellationToken

Cancellation token.

Return Value

Type: System.Threading.Tasks.Task(Of VirtualMachineOSImageListResponse)

The List OS Images operation response.

Return to top
Show: