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

IAccountOperations 接口

定义

AccountOperations 操作。

public interface IAccountOperations
type IAccountOperations = interface
Public Interface IAccountOperations

方法

ListPoolNodeCountsNextWithHttpMessagesAsync(String, AccountListPoolNodeCountsNextOptions, Dictionary<String,List<String>>, CancellationToken)

获取每个状态的计算节点数,按池分组。 请注意,返回的数字可能并不总是最新的。 如果需要确切的节点计数,请使用列表查询。

ListPoolNodeCountsWithHttpMessagesAsync(AccountListPoolNodeCountsOptions, Dictionary<String,List<String>>, CancellationToken)

获取每个状态的计算节点数,按池分组。 请注意,返回的数字可能并不总是最新的。 如果需要确切的节点计数,请使用列表查询。

ListSupportedImagesNextWithHttpMessagesAsync(String, AccountListSupportedImagesNextOptions, Dictionary<String,List<String>>, CancellationToken)

列出Azure Batch服务支持的所有虚拟机映像。

ListSupportedImagesWithHttpMessagesAsync(AccountListSupportedImagesOptions, Dictionary<String,List<String>>, CancellationToken)

列出Azure Batch服务支持的所有虚拟机映像。

扩展方法

ListPoolNodeCounts(IAccountOperations, AccountListPoolNodeCountsOptions)

获取每个状态的计算节点数,按池分组。 请注意,返回的数字可能并不总是最新的。 如果需要确切的节点计数,请使用列表查询。

ListPoolNodeCountsAsync(IAccountOperations, AccountListPoolNodeCountsOptions, CancellationToken)

获取每个状态的计算节点数,按池分组。 请注意,返回的数字可能并不总是最新的。 如果需要确切的节点计数,请使用列表查询。

ListPoolNodeCountsNext(IAccountOperations, String, AccountListPoolNodeCountsNextOptions)

获取每个状态的计算节点数,按池分组。 请注意,返回的数字可能并不总是最新的。 如果需要确切的节点计数,请使用列表查询。

ListPoolNodeCountsNextAsync(IAccountOperations, String, AccountListPoolNodeCountsNextOptions, CancellationToken)

获取每个状态的计算节点数,按池分组。 请注意,返回的数字可能并不总是最新的。 如果需要确切的节点计数,请使用列表查询。

ListSupportedImages(IAccountOperations, AccountListSupportedImagesOptions)

列出Azure Batch服务支持的所有虚拟机映像。

ListSupportedImagesAsync(IAccountOperations, AccountListSupportedImagesOptions, CancellationToken)

列出Azure Batch服务支持的所有虚拟机映像。

ListSupportedImagesNext(IAccountOperations, String, AccountListSupportedImagesNextOptions)

列出Azure Batch服务支持的所有虚拟机映像。

ListSupportedImagesNextAsync(IAccountOperations, String, AccountListSupportedImagesNextOptions, CancellationToken)

列出Azure Batch服务支持的所有虚拟机映像。

适用于