次の方法で共有


AgentPoolUpgradeSettings.MaxSurge プロパティ

定義

アップグレード中に追加する追加ノードの数または割合を取得または設定します。 空の場合、AKS の既定値が使用されます

[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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象