public final class ManagedClusterAgentPoolProfile extends ManagedClusterAgentPoolProfileProperties
| Constructor and Description |
|---|
ManagedClusterAgentPoolProfile() |
| Modifier and Type | Method and Description |
|---|---|
String |
name()
Get the name property: Unique name of the agent pool profile in the context of the subscription and resource
group.
|
void |
validate()
Validates the instance.
|
ManagedClusterAgentPoolProfile |
withName(String name)
Set the name property: Unique name of the agent pool profile in the context of the subscription and resource
group.
|
availabilityZones, count, enableAutoScaling, enableNodePublicIp, maxCount, maxPods, minCount, mode, nodeImageVersion, nodeLabels, nodeTaints, orchestratorVersion, osDiskSizeGB, osType, provisioningState, proximityPlacementGroupId, scaleSetEvictionPolicy, scaleSetPriority, spotMaxPrice, tags, type, upgradeSettings, vmSize, vnetSubnetId, withAvailabilityZones, withCount, withEnableAutoScaling, withEnableNodePublicIp, withMaxCount, withMaxPods, withMinCount, withMode, withNodeImageVersion, withNodeLabels, withNodeTaints, withOrchestratorVersion, withOsDiskSizeGB, withOsType, withProximityPlacementGroupId, withScaleSetEvictionPolicy, withScaleSetPriority, withSpotMaxPrice, withTags, withType, withUpgradeSettings, withVmSize, withVnetSubnetIdpublic String name()
public ManagedClusterAgentPoolProfile withName(String name)
name - the name value to set.public void validate()
validate in class ManagedClusterAgentPoolProfilePropertiesIllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.