IBackupItemProperties Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[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) |