BackupProperties 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 properties
public class BackupProperties
type BackupProperties = class
Public Class BackupProperties
- Inheritance
-
BackupProperties
Constructors
BackupProperties() |
Initializes a new instance of the BackupProperties class. |
BackupProperties(String, Nullable<DateTime>, String, Nullable<Int64>, String, String, String, String, Nullable<Boolean>) | |
BackupProperties(String, String, Nullable<DateTime>, String, Nullable<Int64>, String, String, String, Nullable<Boolean>, String, String) |
Initializes a new instance of the BackupProperties class. |
Properties
BackupId |
Gets uUID v4 used to identify the Backup |
BackupPolicyResourceId |
Gets resourceId used to identify the backup policy |
BackupType |
Gets type of backup Manual or Scheduled Possible values include: 'Manual', 'Scheduled' |
CreationDate |
Gets the creation date of the backup |
FailureReason |
Gets failure reason |
Label |
Gets or sets label for backup |
ProvisioningState |
Gets azure lifecycle management |
Size |
Gets size of backup in bytes |
SnapshotName |
Gets or sets the name of the snapshot |
UseExistingSnapshot |
Gets or sets manual backup an already existing snapshot. This will always be false for scheduled backups and true/false for manual backups |
VolumeName | |
VolumeResourceId |
Gets or sets resourceId used to identify the Volume |
Methods
Validate() |
Validate the object. |