Sdílet prostřednictvím


BackupItem interface

Backup description.

Extends

Properties

backupId

Id of the backup. NOTE: This property will not be serialized. It can only be populated by the server.

blobName

Name of the blob which contains data for this backup. NOTE: This property will not be serialized. It can only be populated by the server.

correlationId

Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support. NOTE: This property will not be serialized. It can only be populated by the server.

created

Timestamp of the backup creation. NOTE: This property will not be serialized. It can only be populated by the server.

databases

List of databases included in the backup. NOTE: This property will not be serialized. It can only be populated by the server.

finishedTimeStamp

Timestamp when this backup finished. NOTE: This property will not be serialized. It can only be populated by the server.

lastRestoreTimeStamp

Timestamp of a last restore operation which used this backup. NOTE: This property will not be serialized. It can only be populated by the server.

log

Details regarding this backup. Might contain an error message. NOTE: This property will not be serialized. It can only be populated by the server.

namePropertiesName

Name of this backup. NOTE: This property will not be serialized. It can only be populated by the server.

scheduled

True if this backup has been created due to a schedule being triggered. NOTE: This property will not be serialized. It can only be populated by the server.

sizeInBytes

Size of the backup in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

status

Backup status. NOTE: This property will not be serialized. It can only be populated by the server.

storageAccountUrl

SAS URL for the storage account container which contains this backup. NOTE: This property will not be serialized. It can only be populated by the server.

websiteSizeInBytes

Size of the original web app which has been backed up. NOTE: This property will not be serialized. It can only be populated by the server.

Inherited Properties

id

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

kind

Kind of resource.

name

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Property Details

backupId

Id of the backup. NOTE: This property will not be serialized. It can only be populated by the server.

backupId?: number

Property Value

number

blobName

Name of the blob which contains data for this backup. NOTE: This property will not be serialized. It can only be populated by the server.

blobName?: string

Property Value

string

correlationId

Unique correlation identifier. Please use this along with the timestamp while communicating with Azure support. NOTE: This property will not be serialized. It can only be populated by the server.

correlationId?: string

Property Value

string

created

Timestamp of the backup creation. NOTE: This property will not be serialized. It can only be populated by the server.

created?: Date

Property Value

Date

databases

List of databases included in the backup. NOTE: This property will not be serialized. It can only be populated by the server.

databases?: DatabaseBackupSetting[]

Property Value

finishedTimeStamp

Timestamp when this backup finished. NOTE: This property will not be serialized. It can only be populated by the server.

finishedTimeStamp?: Date

Property Value

Date

lastRestoreTimeStamp

Timestamp of a last restore operation which used this backup. NOTE: This property will not be serialized. It can only be populated by the server.

lastRestoreTimeStamp?: Date

Property Value

Date

log

Details regarding this backup. Might contain an error message. NOTE: This property will not be serialized. It can only be populated by the server.

log?: string

Property Value

string

namePropertiesName

Name of this backup. NOTE: This property will not be serialized. It can only be populated by the server.

namePropertiesName?: string

Property Value

string

scheduled

True if this backup has been created due to a schedule being triggered. NOTE: This property will not be serialized. It can only be populated by the server.

scheduled?: boolean

Property Value

boolean

sizeInBytes

Size of the backup in bytes. NOTE: This property will not be serialized. It can only be populated by the server.

sizeInBytes?: number

Property Value

number

status

Backup status. NOTE: This property will not be serialized. It can only be populated by the server.

status?: BackupItemStatus

Property Value

storageAccountUrl

SAS URL for the storage account container which contains this backup. NOTE: This property will not be serialized. It can only be populated by the server.

storageAccountUrl?: string

Property Value

string

websiteSizeInBytes

Size of the original web app which has been backed up. NOTE: This property will not be serialized. It can only be populated by the server.

websiteSizeInBytes?: number

Property Value

number

Inherited Property Details

id

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

Property Value

string

Inherited From ProxyOnlyResource.id

kind

Kind of resource.

kind?: string

Property Value

string

Inherited From ProxyOnlyResource.kind

name

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

name?: string

Property Value

string

Inherited From ProxyOnlyResource.name

type

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

type?: string

Property Value

string

Inherited From ProxyOnlyResource.type