OperatingSystemOperationsExtensions::List Method (IOperatingSystemOperations^)
Lists the guest operating systems that are currently available.
Assembly: Microsoft.WindowsAzure.Management.Compute (in Microsoft.WindowsAzure.Management.Compute.dll)
public: [ExtensionAttribute] static OperatingSystemListResponse^ List( IOperatingSystemOperations^ operations )
Parameters
- operations
-
Type:
Microsoft.WindowsAzure.Management.Compute::IOperatingSystemOperations^
The IOperatingSystemOperations object that specifies the operating system operations.
Return Value
Type: Microsoft.WindowsAzure.Management.Compute.Models::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: