你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

IBackupItemProperties Interface

Definition

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.BackupItemPropertiesTypeConverter))]
public interface IBackupItemProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.IJsonSerializable
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.BackupItemPropertiesTypeConverter))>]
type IBackupItemProperties = interface
    interface IJsonSerializable
Public Interface IBackupItemProperties
Implements IJsonSerializable
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.

LastRestoreTimeStamp

Timestamp of a last restore operation which used this backup.

Log

Details regarding this backup. Might contain an error message.

Name

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.

WebsiteSizeInByte

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

Methods

ToJson(JsonObject, SerializationMode) (Inherited from IJsonSerializable)

Applies to