Uses of Class
com.azure.resourcemanager.containerservice.models.AgentPoolData
Packages that use AgentPoolData
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of AgentPoolData in com.azure.resourcemanager.containerservice.models
Methods in com.azure.resourcemanager.containerservice.models that return AgentPoolDataModifier and TypeMethodDescriptionAgentPoolData.withAgentPoolMode(AgentPoolMode agentPoolMode) Specifies the agent pool mode for the agents.AgentPoolData.withAgentPoolType(AgentPoolType agentPoolType) Set agent pool type to every virtual machine in the agent pool.AgentPoolData.withAgentPoolTypeName(String agentPoolTypeName) Set agent pool type by type name.AgentPoolData.withAgentPoolVirtualMachineCount(int count) Specifies the number of agents (Virtual Machines) to host docker containers.AgentPoolData.withAutoScaling(int minimumNodeSize, int maximumNodeSize) Enables the auto-scaling with maximum/minimum number of nodes.AgentPoolData.withAvailabilityZones(Integer... zones) Specifies the availability zones.AgentPoolData.withFipsEnabled()Specify to use an FIPS-enabled OS for agent pool machines.AgentPoolData.withKubeletDiskType(KubeletDiskType kubeletDiskType) The disk type for the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.AgentPoolData.withMaxPodsCount(int podsCount) Specifies the maximum number of pods that can run on a node.AgentPoolData.withNodeLabels(Map<String, String> nodeLabels) Specifies the node labels for all nodes.AgentPoolData.withNodeTaints(List<String> nodeTaints) Specifies the node labels.AgentPoolData.withOSDiskSizeInGB(int osDiskSizeInGB) Specifies OS disk size in GB to be used for each virtual machine in the agent pool.AgentPoolData.withOSDiskType(OSDiskType osDiskType) The OS disk type to be used for machines in the agent pool.AgentPoolData.withOSType(OSType osType) Specifies OS type to be used for each virtual machine in the agent pool.AgentPoolData.withSpotPriorityVirtualMachine()Specify that virtual machines should be spot priority VMs.AgentPoolData.withSpotPriorityVirtualMachine(ScaleSetEvictionPolicy policy) Specify that virtual machines should be spot priority VMs.Adds a tag to the agents.Specifies tags for the agents.AgentPoolData.withVirtualMachineMaximumPrice(Double maxPriceInUsDollars) Sets the maximum price for virtual machine in agent pool.AgentPoolData.withVirtualMachinePriority(ScaleSetPriority priority) Specifies the priority of the virtual machines.AgentPoolData.withVirtualMachineSize(ContainerServiceVMSizeTypes vmSize) Specifies the size of the virtual machines to be used as agents.AgentPoolData.withVirtualNetwork(String virtualNetworkId, String subnetName) Specifies the virtual network to be used for the agents.Methods in com.azure.resourcemanager.containerservice.models with parameters of type AgentPoolDataModifier and TypeMethodDescriptionKubernetesCluster.beginCreateAgentPool(String agentPoolName, AgentPoolData agentPool) Begins creating the agent pool resource.