Share via


AutoBackupSettings.FullBackupFrequency Property

Definition

Gets or sets frequency of full backups. In both cases, full backups begin during the next scheduled time window. Possible values include: '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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to