次の方法で共有


AutoBackupSettings.FullBackupFrequency プロパティ

定義

完全バックアップの頻度を取得または設定します。 どちらの場合も、完全バックアップは次のスケジュールされた時間枠内に開始されます。 使用できる値は、'Daily'、'Weekly' です。

[Newtonsoft.Json.JsonProperty(PropertyName="fullBackupFrequency")]
public string FullBackupFrequency { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="fullBackupFrequency")>]
member this.FullBackupFrequency : string with get, set
Public Property FullBackupFrequency As String

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象