WindowsWebAppBackup

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

Constructors

Link copied to clipboard
constructor(enabled: Boolean? = null, name: String, schedule: WindowsWebAppBackupSchedule, 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

A schedule block as defined below.

Link copied to clipboard

The SAS URL to the container.