次の方法で共有


IWithAgentPoolType<ParentT>.WithAgentPoolType(AgentPoolType) メソッド

定義

エージェント プールの種類を、エージェント プール内のすべての仮想マシンに設定します。

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

エージェント プール内のすべてのマシンのエージェント プールの種類。

戻り値

適用対象