GetLinuxWebAppBackupSchedule

data class GetLinuxWebAppBackupSchedule(val frequencyInterval: Int, val frequencyUnit: String, val keepAtLeastOneBackup: Boolean, val lastExecutionTime: String, val retentionPeriodDays: Int, val startTime: String)

Constructors

Link copied to clipboard
constructor(frequencyInterval: Int, frequencyUnit: String, keepAtLeastOneBackup: Boolean, lastExecutionTime: String, retentionPeriodDays: Int, startTime: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

How often the backup will be executed.

Link copied to clipboard

The unit of time for how often the backup should take place.

Link copied to clipboard

Will the service keep at least one backup, regardless of age of backup.

Link copied to clipboard

The time of the last backup attempt.

Link copied to clipboard

After how many days backups should be deleted.

Link copied to clipboard

When the schedule should start in RFC-3339 format.