BackupItemInner 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 BackupItemInner : Microsoft.Azure.Management.AppService.Fluent.Models.ProxyOnlyResourceInner
[<Microsoft.Rest.Serialization.JsonTransformation>]
type BackupItemInner = class
inherit ProxyOnlyResourceInner
Public Class BackupItemInner
Inherits ProxyOnlyResourceInner
- Inheritance
- Attributes
Constructors
BackupItemInner() |
Initializes a new instance of the BackupItemInner class. |
BackupItemInner(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 BackupItemInner 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 |
Resource Id. Setter is protected because Id needs to be set in Network resources. (Inherited from ProxyResource) |
Kind |
Gets or sets kind of resource. (Inherited from ProxyOnlyResourceInner) |
LastRestoreTimeStamp |
Gets timestamp of a last restore operation which used this backup. |
Location |
Resource location (Inherited from Resource) |
Log |
Gets details regarding this backup. Might contain an error message. |
Name |
Resource name (Inherited from ProxyResource) |
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. |
Tags |
Resource tags (Inherited from Resource) |
Type |
Resource type (Inherited from ProxyResource) |
WebsiteSizeInBytes |
Gets size of the original web app which has been backed up. |
Methods
Validate() |
Validate the object. Throws ValidationException if validation fails. (Inherited from Resource) |
Applies to
Azure SDK for .NET