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

AgentPoolsOperationsExtensions 类

定义

AgentPoolsOperations 的扩展方法。

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

方法

BeginCreate(IAgentPoolsOperations, String, String, String, AgentPool)

使用指定的参数为容器注册表创建代理池。

BeginCreateAsync(IAgentPoolsOperations, String, String, String, AgentPool, CancellationToken)

使用指定的参数为容器注册表创建代理池。

BeginDelete(IAgentPoolsOperations, String, String, String)

删除指定的代理池资源。

BeginDeleteAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

删除指定的代理池资源。

BeginUpdate(IAgentPoolsOperations, String, String, String, Nullable<Int32>, IDictionary<String,String>)

使用指定参数汇报代理池。

BeginUpdateAsync(IAgentPoolsOperations, String, String, String, Nullable<Int32>, IDictionary<String,String>, CancellationToken)

使用指定参数汇报代理池。

Create(IAgentPoolsOperations, String, String, String, AgentPool)

使用指定的参数为容器注册表创建代理池。

CreateAsync(IAgentPoolsOperations, String, String, String, AgentPool, CancellationToken)

使用指定的参数为容器注册表创建代理池。

Delete(IAgentPoolsOperations, String, String, String)

删除指定的代理池资源。

DeleteAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

删除指定的代理池资源。

Get(IAgentPoolsOperations, String, String, String)

获取给定代理池的详细信息。

GetAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

获取给定代理池的详细信息。

GetQueueStatus(IAgentPoolsOperations, String, String, String)

获取给定代理池的排队运行计数。

GetQueueStatusAsync(IAgentPoolsOperations, String, String, String, CancellationToken)

获取给定代理池的排队运行计数。

List(IAgentPoolsOperations, String, String)

列出指定容器注册表的所有代理池。

ListAsync(IAgentPoolsOperations, String, String, CancellationToken)

列出指定容器注册表的所有代理池。

ListNext(IAgentPoolsOperations, String)

列出指定容器注册表的所有代理池。

ListNextAsync(IAgentPoolsOperations, String, CancellationToken)

列出指定容器注册表的所有代理池。

Update(IAgentPoolsOperations, String, String, String, Nullable<Int32>, IDictionary<String,String>)

使用指定参数汇报代理池。

UpdateAsync(IAgentPoolsOperations, String, String, String, Nullable<Int32>, IDictionary<String,String>, CancellationToken)

使用指定参数汇报代理池。

适用于