你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

Cluster.UpgradeWave Property

Definition

Gets or sets indicates when new cluster runtime version upgrades will be applied after they are released. By default is Wave0. Only applies when upgradeMode is set to 'Automatic'. Possible values include: 'Wave0', 'Wave1', 'Wave2'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to