Interface KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode<ParentT>
-
- Type Parameters:
ParentT- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Update<ParentT>
- Enclosing interface:
- KubernetesClusterAgentPool.UpdateStages
public static interface KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode<ParentT>The stage of a container service agent pool update allowing to specify the agent pool mode.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesClusterAgentPool.Update<ParentT>withAgentPoolMode(AgentPoolMode agentPoolMode)Specifies the agent pool mode for the agents.
-
-
-
Method Detail
-
withAgentPoolMode
KubernetesClusterAgentPool.Update<ParentT> withAgentPoolMode(AgentPoolMode agentPoolMode)
Specifies the agent pool mode for the agents.- Parameters:
agentPoolMode- the agent pool mode- Returns:
- the next stage of the update
-
-