KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode<ParentT> Interface
Type Parameters
- ParentT
the stage of the container service definition to return to after attaching this definition
public static interface KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode
The stage of a container service agent pool update allowing to specify the agent pool mode.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract Update<ParentT> |
withAgentPoolMode(AgentPoolMode agentPoolMode)
Specifies the agent pool mode for the agents. |
Method Details
withAgentPoolMode
public abstract KubernetesClusterAgentPool.Update
Specifies the agent pool mode for the agents.
Parameters:
agentPoolMode
- the agent pool mode
Returns:
the next stage of the update
Applies to
Colaborar conosco no GitHub
A fonte deste conteúdo pode ser encontrada no GitHub, onde você também pode criar e revisar problemas e solicitações de pull. Para obter mais informações, confira o nosso guia para colaboradores.
Azure SDK for Java