List Web App Backup Status Secrets Slot Result
data class ListWebAppBackupStatusSecretsSlotResult(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
fun ListWebAppBackupStatusSecretsSlotResult(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)