Interface KubernetesClusterAgentPool.DefinitionStages.WithMode<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
@Beta(V1_34_0)
public static interface KubernetesClusterAgentPool.DefinitionStages.WithMode<ParentT>
The stage of a container service agent pool definition allowing to specify the mode of the agents.
-
Method Summary
-
Method Details
-
withMode
@Beta(V1_34_0) KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withMode(AgentPoolMode mode) Specifies the mode of the agents.- Parameters:
mode
- the agent pool mode- Returns:
- the next stage
-