| Package | Description |
|---|---|
| com.azure.resourcemanager.containerservice.models |
Package containing the data models for ContainerServiceManagementClient.
|
| 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 the availabilityZones property: Availability zones for nodes.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withCount(Integer count)
Set the count property: Number of agents (VMs) to host docker containers.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withEnableAutoScaling(Boolean enableAutoScaling)
Set the enableAutoScaling property: Whether to enable auto-scaler.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withEnableNodePublicIp(Boolean enableNodePublicIp)
Set the enableNodePublicIp property: Enable public IP for nodes.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withMaxCount(Integer maxCount)
Set the maxCount property: Maximum number of nodes for auto-scaling.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withMaxPods(Integer maxPods)
Set the maxPods property: Maximum number of pods that can run on a node.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withMinCount(Integer minCount)
Set the minCount property: Minimum number of nodes for auto-scaling.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withMode(AgentPoolMode mode)
Set the mode property: AgentPoolMode represents mode of an agent pool.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withNodeImageVersion(String nodeImageVersion)
Set the nodeImageVersion property: Version of node image.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withNodeLabels(Map<String,String> nodeLabels)
Set the nodeLabels property: Agent pool node labels to be persisted across all nodes in agent pool.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withNodeTaints(List<String> nodeTaints)
Set the nodeTaints property: Taints added to new nodes during node pool create and scale.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withOrchestratorVersion(String orchestratorVersion)
Set the orchestratorVersion property: Version of orchestrator specified when creating the managed cluster.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withOsDiskSizeGB(Integer osDiskSizeGB)
Set the osDiskSizeGB property: 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 the osType property: OsType to be used to specify os type.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withProximityPlacementGroupId(String proximityPlacementGroupId)
Set the proximityPlacementGroupId property: The ID for Proximity Placement Group.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withScaleSetEvictionPolicy(ScaleSetEvictionPolicy scaleSetEvictionPolicy)
Set the scaleSetEvictionPolicy property: ScaleSetEvictionPolicy to be used to specify eviction policy for Spot
virtual machine scale set.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withScaleSetPriority(ScaleSetPriority scaleSetPriority)
Set the scaleSetPriority property: ScaleSetPriority to be used to specify virtual machine scale set priority.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withSpotMaxPrice(Float spotMaxPrice)
Set the spotMaxPrice property: 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 the tags property: Agent pool tags to be persisted on the agent pool virtual machine scale set.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withType(AgentPoolType type)
Set the type property: AgentPoolType represents types of an agent pool.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withUpgradeSettings(AgentPoolUpgradeSettings upgradeSettings)
Set the upgradeSettings property: Settings for upgrading the agentpool.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withVmSize(ContainerServiceVMSizeTypes vmSize)
Set the vmSize property: Size of agent VMs.
|
ManagedClusterAgentPoolProfileProperties |
ManagedClusterAgentPoolProfileProperties.withVnetSubnetId(String vnetSubnetId)
Set the vnetSubnetId property: VNet SubnetID specifies the VNet's subnet identifier.
|
Copyright © 2020 Microsoft Corporation. All rights reserved.