public static interface KubernetesCluster.UpdateStages.WithAgentPool
| Modifier and Type | Method and Description |
|---|---|
KubernetesClusterAgentPool.DefinitionStages.Blank<? extends KubernetesCluster.Update> |
defineAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
|
KubernetesClusterAgentPool.Update<? extends KubernetesCluster.Update> |
updateAgentPool(String name)
Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.
|
KubernetesCluster.Update |
withAgentPoolVirtualMachineCount(int agentCount)
Deprecated.
use `updateAgentPool` method to update a specific agent pool.
|
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) @Deprecated KubernetesCluster.Update withAgentPoolVirtualMachineCount(int agentCount)
agentCount - the number of agents (virtual machines) to host docker containers.KubernetesClusterAgentPool.DefinitionStages.Blank<? extends KubernetesCluster.Update> defineAgentPool(String name)
name - the name for the agent pool profileKubernetesClusterAgentPool.Update<? extends KubernetesCluster.Update> updateAgentPool(String name)
name - the name for the agent pool profile/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/