Get Windows Web App Backup
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)