Udostępnij za pośrednictwem


IOperatingSystemOperations.ListAsync(CancellationToken) Method

Definition

The List Operating Systems operation lists the versions of the guest operating system that are currently available in Windows Azure. The 2010-10-28 version of List Operating Systems also indicates what family an operating system version belongs to. Currently Azure supports two operating system families: the Azure guest operating system that is substantially compatible with Windows Server 2008 SP2, and the Azure guest operating system that is substantially compatible with Windows Server 2008 R2. (see http://msdn.microsoft.com/en-us/library/windowsazure/ff684168.aspx for more information)

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

Parameters

cancellationToken
CancellationToken

Cancellation token.

Returns

The List Operating Systems operation response.

Applies to