OperatingSystemOperationsExtensions.List(IOperatingSystemOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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 static Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListResponse List (this Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations operations);
static member List : Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations -> Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListResponse
<Extension()>
Public Function List (operations As IOperatingSystemOperations) As OperatingSystemListResponse
Parameters
- operations
- IOperatingSystemOperations
Reference to the Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations.
Returns
The List Operating Systems operation response.
Applies to
Azure SDK for .NET