TieringPolicy 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.
Tiering Policy for a target tier. If the policy is not specified for a given target tier, service retains the existing configured tiering policy for that tier
public class TieringPolicy
type TieringPolicy = class
Public Class TieringPolicy
- Inheritance
-
TieringPolicy
Constructors
TieringPolicy() |
Initializes a new instance of the TieringPolicy class. |
TieringPolicy(String, Nullable<Int32>, String) |
Initializes a new instance of the TieringPolicy class. |
Properties
Duration |
Gets or sets number of days/weeks/months/years to retain backups in current tier before tiering. Used only if TieringMode is set to TierAfter |
DurationType |
Gets or sets retention duration type: days/weeks/months/years Used only if TieringMode is set to TierAfter. Possible values include: 'Invalid', 'Days', 'Weeks', 'Months', 'Years' |
TieringMode |
Gets or sets tiering Mode to control automatic tiering of recovery points. Supported values are:
|