VirtualMachineExtensionInner.AutoUpgradeMinorVersion プロパティ

定義

展開時に使用可能な場合、拡張機能で新しいマイナー バージョンを使用する必要があるかどうかを示す値を取得または設定します。 ただし、デプロイされると、このプロパティが true に設定されていても、再デプロイされない限り、拡張機能でマイナー バージョンのアップグレードは行われません。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象