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
Modifier and TypeMethodDescriptionwithAgentPoolMode
(AgentPoolMode agentPoolMode) Specifies the agent pool mode for the agents.
-
Method Details
-
withAgentPoolMode
Specifies the agent pool mode for the agents.- Parameters:
agentPoolMode
- the agent pool mode- Returns:
- the next stage of the update
-