GetLinuxFunctionAppBackupSchedule

data class GetLinuxFunctionAppBackupSchedule(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 is executed.

Link copied to clipboard

The unit of time for how often the backup takes place.

Link copied to clipboard

Does the service keep at least one backup, regardless of age of backup?

Link copied to clipboard

The time the backup was last attempted.

Link copied to clipboard

After how many days backups are deleted.

Link copied to clipboard

When the schedule starts working in RFC-3339 format.