次の方法で共有


AutomaticOSUpgradePolicy.DisableAutomaticRollback プロパティ

定義

OS イメージのロールバック機能を無効にするかどうかを取得または設定します。 既定値は false です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象