GetLinuxWebAppBackup

data class GetLinuxWebAppBackup(val enabled: Boolean, val name: String, val schedules: List<GetLinuxWebAppBackupSchedule>, val storageAccountUrl: String)

Constructors

Link copied to clipboard
constructor(enabled: Boolean, name: String, schedules: List<GetLinuxWebAppBackupSchedule>, storageAccountUrl: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Is the Backup enabled?

Link copied to clipboard

The name of this Linux Web App.

Link copied to clipboard

A schedule block as defined below.

Link copied to clipboard

The SAS URL to the container.