Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion arm-web/2016-08-01/WebApps.json
Original file line number Diff line number Diff line change
Expand Up @@ -11182,10 +11182,12 @@
"frequencyInterval": {
"format": "int32",
"description": "How often should be the backup executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)",
"default": 7,
"type": "integer"
},
"frequencyUnit": {
"description": "How often should be the backup executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)",
"description": "The unit of time for how often should be the backup executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)",
"default": "Day",
"enum": [
"Day",
"Hour"
Expand All @@ -11198,11 +11200,13 @@
},
"keepAtLeastOneBackup": {
"description": "True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.",
"default": true,
"type": "boolean"
},
"retentionPeriodInDays": {
"format": "int32",
"description": "After how many days backups should be deleted.",
"default": 90,
"type": "integer"
},
"startTime": {
Expand Down