Class AgentPoolUpgradeSettings
java.lang.Object
com.microsoft.azure.management.containerservice.AgentPoolUpgradeSettings
Settings for upgrading an agentpool.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionmaxSurge()Get count or percentage of additional nodes to be added during upgrade.withMaxSurge(String maxSurge) Set count or percentage of additional nodes to be added during upgrade.
-
Constructor Details
-
AgentPoolUpgradeSettings
public AgentPoolUpgradeSettings()
-
-
Method Details
-
maxSurge
Get count or percentage of additional nodes to be added during upgrade. If empty uses AKS default.- Returns:
- the maxSurge value
-
withMaxSurge
Set count or percentage of additional nodes to be added during upgrade. If empty uses AKS default.- Parameters:
maxSurge- the maxSurge value to set- Returns:
- the AgentPoolUpgradeSettings object itself.
-