Share via


OperatingSystemOperationsExtensions.List Method (IOperatingSystemOperations)

 

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 OperatingSystemListResponse List(
    this IOperatingSystemOperations operations
)
public:
[ExtensionAttribute]
static OperatingSystemListResponse^ List(
    IOperatingSystemOperations^ operations
)
static member List : 
        operations:IOperatingSystemOperations -> OperatingSystemListResponse
<ExtensionAttribute>
Public Shared Function List (
    operations As IOperatingSystemOperations
) As OperatingSystemListResponse

Parameters

Return Value

Type: Microsoft.WindowsAzure.Management.Compute.Models.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