你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IAccountOperations 接口
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
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服务支持的所有虚拟机映像。 |