次の方法で共有


AutoBackupSettings.FullBackupStartTime プロパティ

定義

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

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象