KubernetesClusterAgentPool.DefinitionStages.WithAutoScaling<ParentT> Interface
Type Parameters
- ParentT
the stage of the container service definition to return to after attaching this definition
public static interface KubernetesClusterAgentPool.DefinitionStages.WithAutoScaling
The stage of a container service agent pool definition allowing to specify auto-scaling.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withAutoScaling(int minimumNodeSize, int maximumNodeSize)
Enables the auto-scaling with maximum/minimum number of nodes. |
Method Details
withAutoScaling
public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach
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
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Java