KubernetesClusterAgentPool.DefinitionStages.WithMaxPodsCount<ParentT> Interface
Type Parameters
- ParentT
the stage of the container service definition to return to after attaching this definition
public static interface KubernetesClusterAgentPool.DefinitionStages.WithMaxPodsCount
The stage of a container service agent pool definition allowing to specify the maximum number of pods that can run on a node.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withMaxPodsCount(int podsCount)
Specifies the maximum number of pods that can run on a node. |
Method Details
withMaxPodsCount
public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach
Specifies the maximum number of pods that can run on a node.
Parameters:
podsCount
- the maximum number of pods that can run on a node
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