Interface KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolMode<ParentT>
- Type Parameters:
ParentT- the stage of the container service definition to return to after attaching this definition
- All Known Subinterfaces:
KubernetesClusterAgentPool.Definition<ParentT>,KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>
- Enclosing interface:
- KubernetesClusterAgentPool.DefinitionStages
public static interface KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolMode<ParentT>
The stage of a container service agent pool definition 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
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withAgentPoolMode(AgentPoolMode agentPoolMode) Specifies the agent pool mode for the agents.- Parameters:
agentPoolMode- the agent pool mode- Returns:
- the next stage of the definition
-