AgentPoolUpgradeSettings Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
AgentPoolUpgradeSettings() |
Initializes a new instance of the AgentPoolUpgradeSettings class. |
AgentPoolUpgradeSettings(String) |
Initializes a new instance of the AgentPoolUpgradeSettings class. |
AgentPoolUpgradeSettings()
Initializes a new instance of the AgentPoolUpgradeSettings class.
public AgentPoolUpgradeSettings ();
Public Sub New ()
Applies to
AgentPoolUpgradeSettings(String)
Initializes a new instance of the AgentPoolUpgradeSettings class.
public AgentPoolUpgradeSettings (string maxSurge = default);
new Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeSettings : string -> Microsoft.Azure.Management.ContainerService.Fluent.Models.AgentPoolUpgradeSettings
Public Sub New (Optional maxSurge As String = Nothing)
Parameters
- maxSurge
- String
Count or percentage of additional nodes to be added during upgrade. If empty uses AKS default
Applies to
Azure SDK for .NET