AppServiceBackup

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

Constructors

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

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val enabled: Boolean? = null

Is this Backup enabled? Defaults to true.

Link copied to clipboard

Specifies the name for this Backup.

Link copied to clipboard

A schedule block as defined below.

Link copied to clipboard

The SAS URL to a Storage Container where Backups should be saved.