次の方法で共有


BackupSchedule.KeepAtLeastOneBackup プロパティ

定義

保持ポリシーがストレージ アカウント内に常に少なくとも 1 つのバックアップを保持する必要がある場合は、古いバージョンに関係なく、true を取得または設定します。それ以外の場合は false。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象