List Web App Backup Status Secrets Result
data class ListWebAppBackupStatusSecretsResult(val backupId: Int, val blobName: String, val correlationId: String, val created: String, val databases: List<DatabaseBackupSettingResponse>, val finishedTimeStamp: String, val id: String, val kind: String? = null, val lastRestoreTimeStamp: String, val log: String, val name: String, val scheduled: Boolean, val sizeInBytes: Double, val status: String, val storageAccountUrl: String, val type: String, val websiteSizeInBytes: Double)
Backup description.
Constructors
Link copied to clipboard
constructor(backupId: Int, blobName: String, correlationId: String, created: String, databases: List<DatabaseBackupSettingResponse>, finishedTimeStamp: String, id: String, kind: String? = null, lastRestoreTimeStamp: String, log: String, name: String, scheduled: Boolean, sizeInBytes: Double, status: String, storageAccountUrl: String, type: String, websiteSizeInBytes: Double)
Properties
Link copied to clipboard
Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support.
Link copied to clipboard
List of databases included in the backup.
Link copied to clipboard
Timestamp when this backup finished.
Link copied to clipboard
Timestamp of a last restore operation which used this backup.
Link copied to clipboard
Size of the backup in bytes.
Link copied to clipboard
SAS URL for the storage account container which contains this backup.
Link copied to clipboard
Size of the original web app which has been backed up.