AgentPoolUpgradeSettings.MaxSurge Property

Definition

Gets or sets count or percentage of additional nodes to be added during upgrade. If empty uses AKS default

[Newtonsoft.Json.JsonProperty(PropertyName="maxSurge")]
public string MaxSurge { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="maxSurge")>]
member this.MaxSurge : string with get, set
Public Property MaxSurge As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to