GetWindowsWebAppBackup

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

Constructors

Link copied to clipboard
constructor(enabled: Boolean, name: String, schedules: List<GetWindowsWebAppBackupSchedule>, 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 Windows Web App.

Link copied to clipboard

A schedule block as defined below.

Link copied to clipboard

The SAS URL to the container.