GetWindowsFunctionAppBackupSchedule

data class GetWindowsFunctionAppBackupSchedule(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 the backup should take place.

Link copied to clipboard

Should the service keep at least one backup.

Link copied to clipboard

The time the backup was last attempted.

Link copied to clipboard

After how many days backups is deleted.

Link copied to clipboard

When the schedule should start working in RFC-3339 format.