BackupItem Class
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.
Backup description.
[Microsoft.Rest.Serialization.JsonTransformation]
public class BackupItem : Microsoft.Azure.Management.WebSites.Models.ProxyOnlyResource
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BackupItem = class
inherit ProxyOnlyResource
Public Class BackupItem
Inherits ProxyOnlyResource
- Inheritance
- Attributes
Constructors
BackupItem() |
Initializes a new instance of the BackupItem class. |
BackupItem(String, String, String, String, Nullable<Int32>, String, String, String, Nullable<BackupItemStatus>, Nullable<Int64>, Nullable<DateTime>, String, IList<DatabaseBackupSetting>, Nullable<Boolean>, Nullable<DateTime>, Nullable<DateTime>, String, Nullable<Int64>) |
Initializes a new instance of the BackupItem class. |
Properties
BackupId |
Gets id of the backup. |
BackupItemName |
Gets name of this backup. |
BlobName |
Gets name of the blob which contains data for this backup. |
CorrelationId |
Gets unique correlation identifier. Please use this along with the timestamp while communicating with Azure support. |
Created |
Gets timestamp of the backup creation. |
Databases |
Gets list of databases included in the backup. |
FinishedTimeStamp |
Gets timestamp when this backup finished. |
Id |
Gets resource Id. (Inherited from ProxyOnlyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResource) |
LastRestoreTimeStamp |
Gets timestamp of a last restore operation which used this backup. |
Log |
Gets details regarding this backup. Might contain an error message. |
Name |
Gets resource Name. (Inherited from ProxyOnlyResource) |
Scheduled |
Gets true if this backup has been created due to a schedule being triggered. |
SizeInBytes |
Gets size of the backup in bytes. |
Status |
Gets backup status. Possible values include: 'InProgress', 'Failed', 'Succeeded', 'TimedOut', 'Created', 'Skipped', 'PartiallySucceeded', 'DeleteInProgress', 'DeleteFailed', 'Deleted' |
StorageAccountUrl |
Gets SAS URL for the storage account container which contains this backup. |
Type |
Gets resource type. (Inherited from ProxyOnlyResource) |
WebsiteSizeInBytes |
Gets size of the original web app which has been backed up. |
Applies to
Azure SDK for .NET