Share via


BackupItemPropertiesOutput interface

BackupItem resource specific properties

Properties

blobName

Name of the blob which contains data for this backup.

correlationId

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

created

Timestamp of the backup creation.

databases

List of databases included in the backup.

finishedTimeStamp

Timestamp when this backup finished.

id

Id of the backup.

lastRestoreTimeStamp

Timestamp of a last restore operation which used this backup.

log

Details regarding this backup. Might contain an error message.

name

Name of this backup.

scheduled

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

sizeInBytes

Size of the backup in bytes.

status

Backup status.

storageAccountUrl

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

websiteSizeInBytes

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

Property Details

blobName

Name of the blob which contains data for this backup.

blobName?: string

Property Value

string

correlationId

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

correlationId?: string

Property Value

string

created

Timestamp of the backup creation.

created?: string

Property Value

string

databases

List of databases included in the backup.

databases?: DatabaseBackupSettingOutput[]

Property Value

finishedTimeStamp

Timestamp when this backup finished.

finishedTimeStamp?: string

Property Value

string

id

Id of the backup.

id?: number

Property Value

number

lastRestoreTimeStamp

Timestamp of a last restore operation which used this backup.

lastRestoreTimeStamp?: string

Property Value

string

log

Details regarding this backup. Might contain an error message.

log?: string

Property Value

string

name

Name of this backup.

name?: string

Property Value

string

scheduled

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

scheduled?: boolean

Property Value

boolean

sizeInBytes

Size of the backup in bytes.

sizeInBytes?: number

Property Value

number

status

Backup status.

status?: "Failed" | "Succeeded" | "InProgress" | "TimedOut" | "Created" | "Skipped" | "PartiallySucceeded" | "DeleteInProgress" | "DeleteFailed" | "Deleted"

Property Value

"Failed" | "Succeeded" | "InProgress" | "TimedOut" | "Created" | "Skipped" | "PartiallySucceeded" | "DeleteInProgress" | "DeleteFailed" | "Deleted"

storageAccountUrl

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

storageAccountUrl?: string

Property Value

string

websiteSizeInBytes

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

websiteSizeInBytes?: number

Property Value

number