BackupSchedule

Description of a backup schedule. Describes how often should be the backup performed and what should be the retention policy.

AzureComputeFaaSFunctionsServerless

Properties

Name Type Description
frequencyInterval integer How often the backup should be executed (e.g. for weekly backup, this should be set to 7 and FrequencyUnit should be set to Day)
frequencyUnit string The unit of time for how often the backup should be executed (e.g. for weekly backup, this should be set to Day and FrequencyInterval should be set to 7)
keepAtLeastOneBackup boolean True if the retention policy should always keep at least one backup in the storage account, regardless how old it is; false otherwise.
lastExecutionTime string Last time when this schedule was triggered.
retentionPeriodInDays integer After how many days backups should be deleted.
startTime string When the schedule should start working.
View JSON Schema on GitHub