Uses of Interface
com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.Update
Packages that use KubernetesClusterAgentPool.Update
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of KubernetesClusterAgentPool.Update in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return KubernetesClusterAgentPool.UpdateModifier 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.KubernetesClusterAgentPool.UpdateStages.WithAutoScaling.withAutoScaling(int minimumNodeCount, int maximumNodeCount) Enables the auto-scaling with maximum/minimum number of nodes.KubernetesClusterAgentPool.UpdateStages.WithDiskType.withKubeletDiskType(KubeletDiskType kubeletDiskType) The disk type for the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.KubernetesClusterAgentPool.UpdateStages.WithAutoScaling.withoutAutoScaling()Disables the auto-scaling with maximum/minimum number of nodes.KubernetesClusterAgentPool.UpdateStages.WithTags.withoutTag(String key) Removes a tag from the agents.Adds a tag to the agents.Specifies tags for the agents.