IOperatingSystemOperations.ListAsync Method (CancellationToken)
Asynchronously lists the guest operating systems that are currently available.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
Function ListAsync ( cancellationToken As CancellationToken ) As Task(Of OperatingSystemListResponse)
Parameters
- cancellationToken
-
Type:
System.Threading.CancellationToken
The cancellation token.
Return Value
Type: System.Threading.Tasks.Task(Of OperatingSystemListResponse)The OperatingSystemListResponse object that contains the list of available operating systems.
For more information about listing available operating systems, see the following resources:
Show: