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

AgentPoolsOperationsExtensions.Update 方法

定义

汇报具有指定参数的代理池。

public static Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool Update (this Microsoft.Azure.Management.ContainerRegistry.IAgentPoolsOperations operations, string resourceGroupName, string registryName, string agentPoolName, int? count = default, System.Collections.Generic.IDictionary<string,string> tags = default);
static member Update : Microsoft.Azure.Management.ContainerRegistry.IAgentPoolsOperations * string * string * string * Nullable<int> * System.Collections.Generic.IDictionary<string, string> -> Microsoft.Azure.Management.ContainerRegistry.Models.AgentPool
<Extension()>
Public Function Update (operations As IAgentPoolsOperations, resourceGroupName As String, registryName As String, agentPoolName As String, Optional count As Nullable(Of Integer) = Nothing, Optional tags As IDictionary(Of String, String) = Nothing) As AgentPool

参数

operations
IAgentPoolsOperations

此扩展方法的操作组。

resourceGroupName
String

容器注册表所属的资源组的名称。

registryName
String

容器注册表的名称。

agentPoolName
String

代理池的名称。

count
Nullable<Int32>

代理计算机的计数

tags
IDictionary<String,String>

ARM 资源标记。

返回

适用于