Interface KubernetesClusterAgentPool.DefinitionStages.WithAutoScaling<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.WithAutoScaling<ParentT>
The stage of a container service agent pool definition allowing to specify auto-scaling.
  • Method Details

    • withAutoScaling

      KubernetesClusterAgentPool.DefinitionStages.WithAttach<ParentT> withAutoScaling(int minimumNodeSize, int maximumNodeSize)
      Enables the auto-scaling with maximum/minimum number of nodes.
      Parameters:
      minimumNodeSize - the minimum number of nodes for auto-scaling.
      maximumNodeSize - the maximum number of nodes for auto-scaling.
      Returns:
      the next stage of the definition