次の方法で共有


AutomaticRepairsPolicy.RepairAction プロパティ

定義

スケール セット内の異常な仮想マシンの修復に使用される修復アクションの種類 (置換、再起動、再イメージ化) を取得または設定します。 既定値は replace です。 使用可能な値は、'Replace'、'Restart'、'Reimage' です。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象