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

OperatingSystemOperationsExtensions 类

定义

服务管理 API 提供对许多功能的可编程访问,这些功能通过管理门户提供。 服务管理 API 是一个 REST API。 所有 API 操作都通过 SSL 执行,并使用 X.509 v3 证书相互进行身份验证。 (有关详细信息,请参阅 http://msdn.microsoft.com/en-us/library/windowsazure/ee460799.aspx)

public static class OperatingSystemOperationsExtensions
type OperatingSystemOperationsExtensions = class
Public Module OperatingSystemOperationsExtensions
继承
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)

ListAsync(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)

ListFamilies(IOperatingSystemOperations)

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

ListFamiliesAsync(IOperatingSystemOperations)

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

适用于