public class AgentPoolUpgradeSettings extends Object
| Constructor and Description |
|---|
AgentPoolUpgradeSettings() |
| Modifier and Type | Method and Description |
|---|---|
String |
maxSurge()
Get count or percentage of additional nodes to be added during upgrade.
|
AgentPoolUpgradeSettings |
withMaxSurge(String maxSurge)
Set 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/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/