BackupItem Class

Backup description.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2020_09_01.models._models_py3.ProxyOnlyResource
BackupItem

Constructor

BackupItem(*, kind: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

system_data

The system metadata relating to this resource.

backup_id
int

Id of the backup.

storage_account_url
str

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

blob_name
str

Name of the blob which contains data for this backup.

name_properties_name
str

Name of this backup.

status

Backup status. Known values are: "InProgress", "Failed", "Succeeded", "TimedOut", "Created", "Skipped", "PartiallySucceeded", "DeleteInProgress", "DeleteFailed", and "Deleted".

size_in_bytes
int

Size of the backup in bytes.

created

Timestamp of the backup creation.

log
str

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
str

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

website_size_in_bytes
int

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