public static interface KubernetesCluster.UpdateStages.WithUpdateAgentPoolCount
| Modifier and Type | Method and Description |
|---|---|
KubernetesCluster.Update |
withAgentPoolVirtualMachineCount(int agentCount)
Updates all the agent pools virtual machine count.
|
KubernetesCluster.Update |
withAgentPoolVirtualMachineCount(String agentPoolName,
int agentCount)
Updates the agent pool virtual machine count.
|
@Beta(value=V1_15_0) KubernetesCluster.Update withAgentPoolVirtualMachineCount(String agentPoolName, int agentCount)
agentPoolName - the name of the agent pool to be updatedagentCount - the number of agents (virtual machines) to host docker containers.@Beta(value=V1_15_0) KubernetesCluster.Update withAgentPoolVirtualMachineCount(int agentCount)
agentCount - the number of agents (virtual machines) to host docker containers.Copyright © 2019. All rights reserved.