AutoBackupSettings.FullBackupFrequency Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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