你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
IWithAgentPoolType<ParentT>.WithAgentPoolType(AgentPoolType) 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
将代理池类型设置为代理池中的每个虚拟机。
public Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAttach<ParentT> WithAgentPoolType (Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolType agentPoolType);
abstract member WithAgentPoolType : Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolType -> Microsoft.Azure.Management.ContainerService.Fluent.KubernetesClusterAgentPool.Definition.IWithAttach<'ParentT>
Public Function WithAgentPoolType (agentPoolType As AgentPoolType) As IWithAttach(Of ParentT)
参数
- agentPoolType
- AgentPoolType
代理池中每台计算机的代理池类型。