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

CloudServiceOperatingSystemsOperationsExtensions 类

定义

CloudServiceOperatingSystemsOperations 的扩展方法。

public static class CloudServiceOperatingSystemsOperationsExtensions
type CloudServiceOperatingSystemsOperationsExtensions = class
Public Module CloudServiceOperatingSystemsOperationsExtensions
继承
CloudServiceOperatingSystemsOperationsExtensions

方法

GetOSFamily(ICloudServiceOperatingSystemsOperations, String, String)

获取可在云服务的 XML 服务配置 (.cscfg) 中指定的来宾操作系统系列的属性。

GetOSFamilyAsync(ICloudServiceOperatingSystemsOperations, String, String, CancellationToken)

获取可在云服务的 XML 服务配置 (.cscfg) 中指定的来宾操作系统系列的属性。

GetOSVersion(ICloudServiceOperatingSystemsOperations, String, String)

获取可在云服务的 XML 服务配置 (.cscfg) 中指定的来宾操作系统版本的属性。

GetOSVersionAsync(ICloudServiceOperatingSystemsOperations, String, String, CancellationToken)

获取可在云服务的 XML 服务配置 (.cscfg) 中指定的来宾操作系统版本的属性。

ListOSFamilies(ICloudServiceOperatingSystemsOperations, String)

获取可在云服务的 XML 服务配置 (.cscfg) 中指定的所有来宾操作系统系列的列表。 在响应中使用 nextLink 属性获取 OS 系列的下一页。 执行此操作,直到 nextLink 为 null 以提取所有 OS 系列。

ListOSFamiliesAsync(ICloudServiceOperatingSystemsOperations, String, CancellationToken)

获取可在云服务的 XML 服务配置 (.cscfg) 中指定的所有来宾操作系统系列的列表。 在响应中使用 nextLink 属性获取 OS 系列的下一页。 执行此操作,直到 nextLink 为 null 以提取所有 OS 系列。

ListOSFamiliesNext(ICloudServiceOperatingSystemsOperations, String)

获取可在云服务的 XML 服务配置 (.cscfg) 中指定的所有来宾操作系统系列的列表。 在响应中使用 nextLink 属性获取 OS 系列的下一页。 执行此操作,直到 nextLink 为 null 以提取所有 OS 系列。

ListOSFamiliesNextAsync(ICloudServiceOperatingSystemsOperations, String, CancellationToken)

获取可在云服务的 XML 服务配置 (.cscfg) 中指定的所有来宾操作系统系列的列表。 在响应中使用 nextLink 属性获取 OS 系列的下一页。 执行此操作,直到 nextLink 为 null 以提取所有 OS 系列。

ListOSVersions(ICloudServiceOperatingSystemsOperations, String)

获取可在云服务的 XML 服务配置 (.cscfg) 中指定的所有来宾操作系统版本的列表。 在响应中使用 nextLink 属性获取 OS 版本的下一页。 执行此操作,直到 nextLink 为 null 以提取所有 OS 版本。

ListOSVersionsAsync(ICloudServiceOperatingSystemsOperations, String, CancellationToken)

获取可在云服务的 XML 服务配置 (.cscfg) 中指定的所有来宾操作系统版本的列表。 在响应中使用 nextLink 属性获取 OS 版本的下一页。 执行此操作,直到 nextLink 为 null 以提取所有 OS 版本。

ListOSVersionsNext(ICloudServiceOperatingSystemsOperations, String)

获取可在云服务的 XML 服务配置 (.cscfg) 中指定的所有来宾操作系统版本的列表。 在响应中使用 nextLink 属性获取 OS 版本的下一页。 执行此操作,直到 nextLink 为 null 以提取所有 OS 版本。

ListOSVersionsNextAsync(ICloudServiceOperatingSystemsOperations, String, CancellationToken)

获取可在云服务的 XML 服务配置 (.cscfg) 中指定的所有来宾操作系统版本的列表。 在响应中使用 nextLink 属性获取 OS 版本的下一页。 执行此操作,直到 nextLink 为 null 以提取所有 OS 版本。

适用于