Uses of Interface
com.azure.resourcemanager.containerservice.models.KubernetesClusterAgentPool.DefinitionStages.WithAttach
Packages that use KubernetesClusterAgentPool.DefinitionStages.WithAttach
Package
Description
Package containing the data models for ContainerServiceManagementClient.
-
Uses of KubernetesClusterAgentPool.DefinitionStages.WithAttach in com.azure.resourcemanager.containerservice.models
Subinterfaces of KubernetesClusterAgentPool.DefinitionStages.WithAttach in com.azure.resourcemanager.containerservice.modelsModifier and TypeInterfaceDescriptionstatic interfaceThe entirety of a container service agent pool definition as a part of a parent definition.Methods in com.azure.resourcemanager.containerservice.models that return KubernetesClusterAgentPool.DefinitionStages.WithAttachModifier and TypeMethodDescriptionKubernetesClusterAgentPool.DefinitionStages.WithAgentPoolMode.withAgentPoolMode(AgentPoolMode agentPoolMode) Specifies the agent pool mode for the agents.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType.withAgentPoolType(AgentPoolType agentPoolType) Set agent pool type to every virtual machine in the agent pool.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolType.withAgentPoolTypeName(String agentPoolTypeName) Set agent pool type by type name.KubernetesClusterAgentPool.DefinitionStages.WithAgentPoolVirtualMachineCount.withAgentPoolVirtualMachineCount(int count) Specifies the number of agents (Virtual Machines) to host docker containers.KubernetesClusterAgentPool.DefinitionStages.WithAutoScaling.withAutoScaling(int minimumNodeSize, int maximumNodeSize) Enables the auto-scaling with maximum/minimum number of nodes.KubernetesClusterAgentPool.DefinitionStages.WithAvailabilityZones.withAvailabilityZones(Integer... zones) Specifies the availability zones.KubernetesClusterAgentPool.DefinitionStages.WithFips.withFipsEnabled()Specify to use an FIPS-enabled OS for agent pool machines.KubernetesClusterAgentPool.DefinitionStages.WithDiskType.withKubeletDiskType(KubeletDiskType kubeletDiskType) The disk type for the placement of emptyDir volumes, container runtime data root, and Kubelet ephemeral storage.KubernetesClusterAgentPool.DefinitionStages.WithMaxPodsCount.withMaxPodsCount(int podsCount) Specifies the maximum number of pods that can run on a node.KubernetesClusterAgentPool.DefinitionStages.WithNodeLabelsTaints.withNodeLabels(Map<String, String> nodeLabels) Specifies the node labels for all nodes.KubernetesClusterAgentPool.DefinitionStages.WithNodeLabelsTaints.withNodeTaints(List<String> nodeTaints) Specifies the node labels.KubernetesClusterAgentPool.DefinitionStages.WithOSDiskSize.withOSDiskSizeInGB(int osDiskSizeInGB) OS disk size in GB to be used for each virtual machine in the agent pool.KubernetesClusterAgentPool.DefinitionStages.WithDiskType.withOSDiskType(OSDiskType osDiskType) The OS disk type to be used for machines in the agent pool.KubernetesClusterAgentPool.DefinitionStages.WithOSType.withOSType(OSType osType) OS type to be used for each virtual machine in the agent pool.KubernetesClusterAgentPool.DefinitionStages.WithVMPriority.withSpotPriorityVirtualMachine()Specify that virtual machines should be spot priority VMs.KubernetesClusterAgentPool.DefinitionStages.WithVMPriority.withSpotPriorityVirtualMachine(ScaleSetEvictionPolicy policy) Specify that virtual machines should be spot priority VMs with provided eviction policy.Adds a tag to the agents.Specifies tags for the agents.KubernetesClusterAgentPool.DefinitionStages.WithBillingProfile.withVirtualMachineMaximumPrice(Double maxPriceInUsDollars) Sets the maximum price for virtual machine in agent pool.KubernetesClusterAgentPool.DefinitionStages.WithVMPriority.withVirtualMachinePriority(ScaleSetPriority priority) Specifies the priority of the virtual machines.KubernetesClusterAgentPool.DefinitionStages.WithVirtualNetwork.withVirtualNetwork(String virtualNetworkId, String subnetName) Specifies the virtual network to be used for the agents.