OperatingSystemOperationsExtensions.ListAsync Method (IOperatingSystemOperations)

 

Asynchronously lists the guest operating systems that are currently available.

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

public static Task<OperatingSystemListResponse> ListAsync(
	this IOperatingSystemOperations operations
)

Parameters

operations
Type: Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations

The IOperatingSystemOperations object that specifies the operating system operations.

Return Value

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

The OperatingSystemListResponse object that contains the list of available operating systems.

For more information about listing available operating systems, see the following resources:

Return to top
Show: