次の方法で共有


BackupShortTermRetentionPolicy.DiffBackupIntervalInHours プロパティ

定義

差分バックアップ間隔を時間単位で取得または設定します。 これは、各差分バックアップがサポートされる間隔時間の数です。 これはライブ データベースにのみ適用できますが、削除されたデータベースには適用されません。

[Newtonsoft.Json.JsonProperty(PropertyName="properties.diffBackupIntervalInHours")]
public int? DiffBackupIntervalInHours { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.diffBackupIntervalInHours")>]
member this.DiffBackupIntervalInHours : Nullable<int> with get, set
Public Property DiffBackupIntervalInHours As Nullable(Of Integer)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象