Share via


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)

Syntax

public static Task<OperatingSystemListResponse> ListAsync(
    this IOperatingSystemOperations operations
)
public:
[ExtensionAttribute]
static Task<OperatingSystemListResponse^>^ ListAsync(
    IOperatingSystemOperations^ operations
)
static member ListAsync : 
        operations:IOperatingSystemOperations -> Task<OperatingSystemListResponse>
<ExtensionAttribute>
Public Shared Function ListAsync (
    operations As IOperatingSystemOperations
) As Task(Of OperatingSystemListResponse)

Parameters

Return Value

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

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

Remarks

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

See Also

OperatingSystemOperationsExtensions Class
Microsoft.WindowsAzure.Management.Compute Namespace

Return to top