ListWebAppBackupStatusSecretsResult

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Id of the backup.

Link copied to clipboard

Name of the blob which contains data for this backup.

Link copied to clipboard

Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support.

Link copied to clipboard

Timestamp of the backup creation.

Link copied to clipboard

List of databases included in the backup.

Link copied to clipboard

Timestamp when this backup finished.

Link copied to clipboard
val id: String

Resource Id.

Link copied to clipboard
val kind: String? = null

Kind of resource.

Link copied to clipboard

Timestamp of a last restore operation which used this backup.

Link copied to clipboard
val log: String

Details regarding this backup. Might contain an error message.

Link copied to clipboard

Resource Name.

Link copied to clipboard

True if this backup has been created due to a schedule being triggered.

Link copied to clipboard

Size of the backup in bytes.

Link copied to clipboard

Backup status.

Link copied to clipboard

SAS URL for the storage account container which contains this backup.

Link copied to clipboard

Resource type.

Link copied to clipboard

Size of the original web app which has been backed up.