共用方式為


VMExtension.AutoUpgradeMinorVersion 屬性

定義

取得或設定指出擴充功能是否應該在部署期間使用較新的次要版本。 不過,部署之後,除非重新部署延伸模組,否則延伸模組將不會升級次要版本,即使此屬性設定為 true 亦然。

[Newtonsoft.Json.JsonProperty(PropertyName="autoUpgradeMinorVersion")]
public bool? AutoUpgradeMinorVersion { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="autoUpgradeMinorVersion")>]
member this.AutoUpgradeMinorVersion : Nullable<bool> with get, set
Public Property AutoUpgradeMinorVersion As Nullable(Of Boolean)

屬性值

屬性
Newtonsoft.Json.JsonPropertyAttribute

適用於