Share via


IVirtualMachineOSImageOperations.ListAsync Method (CancellationToken)

 

The List OS Images operation retrieves a list of the operating system images from the image repository. (see https://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)

Syntax

Task<VirtualMachineOSImageListResponse> ListAsync(
    CancellationToken cancellationToken
)
Task<VirtualMachineOSImageListResponse^>^ ListAsync(
    CancellationToken cancellationToken
)
abstract ListAsync : 
        cancellationToken:CancellationToken -> Task<VirtualMachineOSImageListResponse>
Function ListAsync (
    cancellationToken As CancellationToken
) As Task(Of VirtualMachineOSImageListResponse)

Parameters

Return Value

Type: System.Threading.Tasks.Task<VirtualMachineOSImageListResponse>

The List OS Images operation response.

See Also

IVirtualMachineOSImageOperations Interface
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top