Interface KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType<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.WithAgentPoolType<ParentT>The stage of a container service agent pool definition allowing to specify the type of agent pool. Allowed values could be seen in AgentPoolType Class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>withAgentPoolType(AgentPoolType agentPoolType)Set agent pool type to every virtual machine in the agent pool.KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT>withAgentPoolTypeName(String agentPoolTypeName)Set agent pool type by type name.
-
-
-
Method Detail
-
withAgentPoolType
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withAgentPoolType(AgentPoolType agentPoolType)
Set agent pool type to every virtual machine in the agent pool.- Parameters:
agentPoolType- the agent pool type for every machine in the agent pool- Returns:
- the next stage of the definition
-
withAgentPoolTypeName
KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withAgentPoolTypeName(String agentPoolTypeName)
Set agent pool type by type name.- Parameters:
agentPoolTypeName- the agent pool type name in string format- Returns:
- the next stage of the definition
-
-