AppServiceBackupSchedule

data class AppServiceBackupSchedule(val frequencyInterval: Int, val frequencyUnit: String, val keepAtLeastOneBackup: Boolean? = null, val retentionPeriodInDays: Int? = null, val startTime: String? = null)

Constructors

Link copied to clipboard
constructor(frequencyInterval: Int, frequencyUnit: String, keepAtLeastOneBackup: Boolean? = null, retentionPeriodInDays: Int? = null, startTime: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Sets how often the backup should be executed.

Link copied to clipboard

Sets the unit of time for how often the backup should be executed. Possible values are Day or Hour.

Link copied to clipboard

Should at least one backup always be kept in the Storage Account by the Retention Policy, regardless of how old it is?

Link copied to clipboard

Specifies the number of days after which Backups should be deleted. Defaults to 30.

Link copied to clipboard
val startTime: String? = null

Sets when the schedule should start working.