次の方法で共有


AutoBackupSettings.FullBackupWindowHours プロパティ

定義

完全バックアップを実行できる特定の日の時間枠の期間を取得または設定します。 1 から 23 時間。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象