Uses of Interface
com.microsoft.azure.management.containerservice.KubernetesClusterAgentPool.Update
Package
Description
This package contains the classes for ContainerServiceManagementClient.
-
Uses of KubernetesClusterAgentPool.Update in com.microsoft.azure.management.containerservice
Modifier and TypeMethodDescriptionKubernetesCluster.UpdateStages.WithAgentPool.updateAgentPool
(String name) Begins the definition of an agent pool profile to be attached to the Kubernetes cluster.KubernetesClusterAgentPool.UpdateStages.WithAgentPoolMode.withAgentPoolMode
(AgentPoolMode agentPoolMode) Specifies the agent pool mode for the agents.KubernetesClusterAgentPool.UpdateStages.WithAgentPoolVirtualMachineCount.withAgentPoolVirtualMachineCount
(int count) Specifies the number of agents (Virtual Machines) to host docker containers.