public final class AgentPoolUpgradeSettings extends Object
| Constructor and Description |
|---|
AgentPoolUpgradeSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
maxSurge()
Get the maxSurge property: Count or percentage of additional nodes to be added during upgrade.
|
void |
validate()
Validates the instance.
|
AgentPoolUpgradeSettings |
withMaxSurge(String maxSurge)
Set the maxSurge property: Count or percentage of additional nodes to be added during upgrade.
|
public String maxSurge()
public AgentPoolUpgradeSettings withMaxSurge(String maxSurge)
maxSurge - the maxSurge value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.