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

OperatingSystemOperationsExtensions.ListFamilies 方法

定义

列出 OS 系列操作列出了 Azure 中可用的来宾操作系统系列,还列出了每个系列可用的操作系统版本。 当前,Azure 支持两个操作系统系列:大体上与 Windows Server 2008 SP2 兼容的 Azure 来宾操作系统以及大体上与 Windows Server 2008 R2 兼容的 Azure 来宾操作系统。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/gg441291.aspx)

public static Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse ListFamilies(this Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations operations);
static member ListFamilies : Microsoft.WindowsAzure.Management.Compute.IOperatingSystemOperations -> Microsoft.WindowsAzure.Management.Compute.Models.OperatingSystemListFamiliesResponse
<Extension()>
Public Function ListFamilies (operations As IOperatingSystemOperations) As OperatingSystemListFamiliesResponse

参数

operations
IOperatingSystemOperations

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

返回

列出操作系统系列操作响应。

适用于