BackupItemProperties Class
BackupItem resource specific properties.
Constructor
BackupItemProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
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
|
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. |
Attributes
backup_id
Id of the backup.
backup_id: int | None
blob_name
Name of the blob which contains data for this backup.
blob_name: str | None
correlation_id
Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support.
correlation_id: str | None
created
Timestamp of the backup creation.
created: datetime | None
databases
List of databases included in the backup.
databases: list['_models.DatabaseBackupSetting'] | None
finished_time_stamp
Timestamp when this backup finished.
finished_time_stamp: datetime | None
last_restore_time_stamp
Timestamp of a last restore operation which used this backup.
last_restore_time_stamp: datetime | None
log
Details regarding this backup. Might contain an error message.
log: str | None
name
Name of this backup.
name: str | None
scheduled
True if this backup has been created due to a schedule being triggered.
scheduled: bool | None
size_in_bytes
Size of the backup in bytes.
size_in_bytes: int | None
status
"InProgress", "Failed", "Succeeded", "TimedOut", "Created", "Skipped", "PartiallySucceeded", "DeleteInProgress", "DeleteFailed", and "Deleted".
status: str | _models.BackupItemStatus | None
storage_account_url
SAS URL for the storage account container which contains this backup.
storage_account_url: str | None
website_size_in_bytes
Size of the original web app which has been backed up.
website_size_in_bytes: int | None