LinuxWebAppSlotBackup

data class LinuxWebAppSlotBackup(val enabled: Boolean? = null, val name: String, val schedule: LinuxWebAppSlotBackupSchedule, val storageAccountUrl: String)

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, name: String, schedule: LinuxWebAppSlotBackupSchedule, storageAccountUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Should this backup job be enabled? Defaults to true.

Link copied to clipboard

The name which should be used for this Backup.

Link copied to clipboard

An schedule block as defined below.

Link copied to clipboard

The SAS URL to the container.