BackupPolicyProperties 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 policy properties
public class BackupPolicyProperties
type BackupPolicyProperties = class
Public Class BackupPolicyProperties
- Inheritance
-
BackupPolicyProperties
Constructors
BackupPolicyProperties() |
Initializes a new instance of the BackupPolicyProperties class. |
BackupPolicyProperties(String, String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>, Nullable<Boolean>, IList<VolumeBackups>) |
Initializes a new instance of the BackupPolicyProperties class. |
Properties
BackupPolicyId |
Gets backup Policy GUID ID |
DailyBackupsToKeep |
Gets or sets daily backups count to keep |
Enabled |
Gets or sets the property to decide policy is enabled or not |
MonthlyBackupsToKeep |
Gets or sets monthly backups count to keep |
ProvisioningState |
Gets azure lifecycle management |
VolumeBackups |
Gets a list of volumes assigned to this policy |
VolumesAssigned |
Gets volumes using current backup policy |
WeeklyBackupsToKeep |
Gets or sets weekly backups count to keep |