次の方法で共有


PeriodicModeProperties.BackupRetentionIntervalInHours プロパティ

定義

各バックアップが保持される時間 (時間単位) を表す整数を取得または設定します

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象