BackupItem Class

Backup description.

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

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

Constructor

BackupItem(*, kind: Optional[str] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.

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
str or BackupItemStatus

Backup status. Possible values include: "InProgress", "Failed", "Succeeded", "TimedOut", "Created", "Skipped", "PartiallySucceeded", "DeleteInProgress", "DeleteFailed", "Deleted".

size_in_bytes
<xref:long>

Size of the backup in bytes.

created
datetime

Timestamp of the backup creation.

log
str

Details regarding this backup. Might contain an error message.

databases
list[DatabaseBackupSetting]

List of databases included in the backup.

scheduled
bool

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

last_restore_time_stamp
datetime

Timestamp of a last restore operation which used this backup.

finished_time_stamp
datetime

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
<xref:long>

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