Share via


IBackupItem Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.BackupItemTypeConverter))]
public interface IBackupItem : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20201201.IProxyOnlyResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.BackupItemTypeConverter))>]
type IBackupItem = interface
    interface IJsonSerializable
    interface IProxyOnlyResource
Public Interface IBackupItem
Implements IProxyOnlyResource
Derived
Attributes
Implements

Properties

BackupId

Id of the backup.

BlobName

Name of the blob which contains data for this backup.

CorrelationId

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

Created

Timestamp of the backup creation.

Database

List of databases included in the backup.

FinishedTimeStamp

Timestamp when this backup finished.

Id

Resource Id.

(Inherited from IProxyOnlyResource)
Kind

Kind of resource.

(Inherited from IProxyOnlyResource)
LastRestoreTimeStamp

Timestamp of a last restore operation which used this backup.

Log

Details regarding this backup. Might contain an error message.

Name

Resource Name.

(Inherited from IProxyOnlyResource)
PropertiesName

Name of this backup.

Scheduled

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

SizeInByte

Size of the backup in bytes.

Status

Backup status.

StorageAccountUrl

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

Type

Resource type.

(Inherited from IProxyOnlyResource)
WebsiteSizeInByte

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to