BackupItem Class
Backup description.
Variables are only populated by the server, and will be ignored when sending a request.
Constructor
BackupItem(*, kind: str | None = None, **kwargs: Any)
Keyword-Only Parameters
| Name | Description |
|---|---|
|
kind
|
Kind of resource. Default value: None
|
Variables
| Name | Description |
|---|---|
|
id
|
Resource Id. |
|
name
|
Resource Name. |
|
kind
|
Kind of resource. |
|
type
|
Resource type. |
|
backup_id
|
Id of the backup. |
|
storage_account_url
|
SAS URL for the storage account container which contains this backup. |
|
blob_name
|
Name of the blob which contains data for this backup. |
|
name_properties_name
|
Name of this backup. |
|
status
|
Backup status. Known values are: "InProgress", "Failed", "Succeeded", "TimedOut", "Created", "Skipped", "PartiallySucceeded", "DeleteInProgress", "DeleteFailed", and "Deleted". |
|
size_in_bytes
|
Size of the backup in bytes. |
|
created
|
Timestamp of the backup creation. |
|
log
|
Details regarding this backup. Might contain an error message. |
|
databases
|
List of databases included in the backup. |
|
scheduled
|
True if this backup has been created due to a schedule being triggered. |
|
last_restore_time_stamp
|
Timestamp of a last restore operation which used this backup. |
|
finished_time_stamp
|
Timestamp when this backup finished. |
|
correlation_id
|
Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support. |
|
website_size_in_bytes
|
Size of the original web app which has been backed up. |