KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount<ParentT> Interface
Type Parameters
- ParentT
the stage of the container service definition to return to after attaching this definition
public static interface KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount
The stage of a container service agent pool definition allowing to specify the number of agents (Virtual Machines) to host docker containers.
Allowed values must be in the range of 1 to 100 (inclusive); the default value is 1.
Method Summary
Modifier and Type | Method and Description |
---|---|
abstract
With |
withAgentPoolVirtualMachineCount(int count)
Specifies the number of agents (Virtual Machines) to host docker containers. |
Method Details
withAgentPoolVirtualMachineCount
public abstract KubernetesClusterAgentPool.DefinitionStages.WithAttach
Specifies the number of agents (Virtual Machines) to host docker containers.
Parameters:
Returns:
Applies to
Azure SDK for Java