SubProtectionPolicy Class

Definition

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