| 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 (PREVIEW) Availability zones for nodes.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withCount(int 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.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.withOsType(OSType osType)
Set osType to be used to specify os type.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withScaleSetEvictionPolicy(ScaleSetEvictionPolicy scaleSetEvictionPolicy)
Set scaleSetEvictionPolicy to be used to specify eviction policy for low priority virtual machine scale set.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withScaleSetPriority(ScaleSetPriority scaleSetPriority)
Set scaleSetPriority to be used to specify virtual machine scale set priority.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withType(AgentPoolType type)
Set agentPoolType represents types of an agent pool.
|
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.
*/