Windows Web App Slot Backup
data class WindowsWebAppSlotBackup(val enabled: Boolean? = null, val name: String, val schedule: WindowsWebAppSlotBackupSchedule, val storageAccountUrl: String)
Constructors
Link copied to clipboard
constructor(enabled: Boolean? = null, name: String, schedule: WindowsWebAppSlotBackupSchedule, storageAccountUrl: String)