public class ManagedClusterAgentPoolProfile extends ManagedClusterAgentPoolProfileProperties
| Constructor and Description |
|---|
ManagedClusterAgentPoolProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get unique name of the agent pool profile in the context of the subscription and resource group.
|
ManagedClusterAgentPoolProfile |
withName(String name)
Set unique name of the agent pool profile in the context of the subscription and resource group.
|
availabilityZones, count, enableAutoScaling, enableNodePublicIP, maxCount, maxPods, minCount, nodeTaints, orchestratorVersion, osDiskSizeGB, osType, provisioningState, scaleSetEvictionPolicy, scaleSetPriority, type, vmSize, vnetSubnetID, withAvailabilityZones, withCount, withEnableAutoScaling, withEnableNodePublicIP, withMaxCount, withMaxPods, withMinCount, withNodeTaints, withOrchestratorVersion, withOsDiskSizeGB, withOsType, withScaleSetEvictionPolicy, withScaleSetPriority, withType, withVmSize, withVnetSubnetIDpublic String name()
public ManagedClusterAgentPoolProfile withName(String name)
name - the name value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/