你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

OperatingSystemOperationsExtensions.List(IOperatingSystemOperations) 方法

定义

列出操作系统操作列出了 Windows Azure 中当前可用的来宾操作系统版本。 2010-10-28 版本的 List Operating Systems 也指示操作系统版本属于哪个系列。 当前,Azure 支持两个操作系统系列:大体上与 Windows Server 2008 SP2 兼容的 Azure 来宾操作系统以及大体上与 Windows Server 2008 R2 兼容的 Azure 来宾操作系统。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/ff684168.aspx)

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

参数

operations
IOperatingSystemOperations

对 Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations 的引用。

返回

列出操作系统操作响应。

适用于