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

BackupItemProperties Class

Definition

BackupItem resource specific properties

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.BackupItemPropertiesTypeConverter))]
public class BackupItemProperties : Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IBackupItemProperties
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.BackupItemPropertiesTypeConverter))>]
type BackupItemProperties = class
    interface IBackupItemProperties
    interface IJsonSerializable
Public Class BackupItemProperties
Implements IBackupItemProperties
Inheritance
BackupItemProperties
Attributes
Implements

Constructors

BackupItemProperties()

Creates an new BackupItemProperties instance.

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

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of BackupItemProperties.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of BackupItemProperties.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.Websites.Models.Api20210201.IBackupItemProperties.

FromJsonString(String)

Creates a new instance of BackupItemProperties, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of BackupItemProperties into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

ToString()

Applies to