SubProtectionPolicy 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.
Sub-protection policy which includes schedule and retention
public class SubProtectionPolicy
type SubProtectionPolicy = class
Public Class SubProtectionPolicy
- Inheritance
-
SubProtectionPolicy
Constructors
SubProtectionPolicy() |
Initializes a new instance of the SubProtectionPolicy class. |
SubProtectionPolicy(String, SchedulePolicy, RetentionPolicy, IDictionary<String,TieringPolicy>) |
Initializes a new instance of the SubProtectionPolicy class. |
Properties
PolicyType |
Gets or sets type of backup policy type. Possible values include: 'Invalid', 'Full', 'Differential', 'Log', 'CopyOnlyFull', 'Incremental' |
RetentionPolicy |
Gets or sets retention policy with the details on backup copy retention ranges. |
SchedulePolicy |
Gets or sets backup schedule specified as part of backup policy. |
TieringPolicy |
Gets or sets tiering policy to automatically move RPs to another tier. Key is Target Tier, defined in RecoveryPointTierType enum. Tiering policy specifies the criteria to move RP to the target tier. |
Applies to
Azure SDK for .NET