List Web App Backup Configuration Result
data class ListWebAppBackupConfigurationResult(val backupName: String? = null, val backupSchedule: BackupScheduleResponse? = null, val databases: List<DatabaseBackupSettingResponse>? = null, val enabled: Boolean? = null, val id: String, val kind: String? = null, val name: String, val storageAccountUrl: String, val type: String)
Description of a backup which will be performed.
Constructors
Link copied to clipboard
constructor(backupName: String? = null, backupSchedule: BackupScheduleResponse? = null, databases: List<DatabaseBackupSettingResponse>? = null, enabled: Boolean? = null, id: String, kind: String? = null, name: String, storageAccountUrl: String, type: String)