| Modifier and Type | Class and Description |
|---|---|
class |
ManagedClusterAgentPoolProfile
Profile for the container service agent pool.
|
| Modifier and Type | Method and Description |
|---|---|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withAvailabilityZones(List<String> availabilityZones)
Set availability zones for nodes.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withCount(Integer count)
Set number of agents (VMs) to host docker containers.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withEnableAutoScaling(Boolean enableAutoScaling)
Set whether to enable auto-scaler.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withEnableNodePublicIP(Boolean enableNodePublicIP)
Set enable public IP for nodes.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withMaxCount(Integer maxCount)
Set maximum number of nodes for auto-scaling.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withMaxPods(Integer maxPods)
Set maximum number of pods that can run on a node.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withMinCount(Integer minCount)
Set minimum number of nodes for auto-scaling.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withMode(AgentPoolMode mode)
Set agentPoolMode represents mode of an agent pool.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withNodeLabels(Map<String,String> nodeLabels)
Set agent pool node labels to be persisted across all nodes in agent pool.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withNodeTaints(List<String> nodeTaints)
Set taints added to new nodes during node pool create and scale.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withOrchestratorVersion(String orchestratorVersion)
Set version of orchestrator specified when creating the managed cluster.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withOsDiskSizeGB(Integer osDiskSizeGB)
Set oS Disk Size in GB to be used to specify the disk size for every machine in this master/agent pool.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withOsDiskType(OSDiskType osDiskType)
Set oS disk type to be used for machines in a given agent pool.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withOsType(OSType osType)
Set osType to be used to specify os type.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withProximityPlacementGroupID(String proximityPlacementGroupID)
Set the ID for Proximity Placement Group.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withScaleSetEvictionPolicy(ScaleSetEvictionPolicy scaleSetEvictionPolicy)
Set scaleSetEvictionPolicy to be used to specify eviction policy for Spot virtual machine scale set.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withScaleSetPriority(ScaleSetPriority scaleSetPriority)
Set scaleSetPriority to be used to specify virtual machine scale set priority.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withSpotMaxPrice(Double spotMaxPrice)
Set spotMaxPrice to be used to specify the maximum price you are willing to pay in US Dollars.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withTags(Map<String,String> tags)
Set agent pool tags to be persisted on the agent pool virtual machine scale set.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withType(AgentPoolType type)
Set agentPoolType represents types of an agent pool.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withUpgradeSettings(AgentPoolUpgradeSettings upgradeSettings)
Set settings for upgrading the agentpool.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withVmSize(ContainerServiceVMSizeTypes vmSize)
Set size of agent VMs.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withVnetSubnetID(String vnetSubnetID)
Set vNet SubnetID specifies the VNet's subnet identifier.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/