BackupTieringPolicy 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 BackupTieringPolicy
type BackupTieringPolicy = class
Public Class BackupTieringPolicy
- Inheritance
-
BackupTieringPolicy
Constructors
BackupTieringPolicy() |
Initializes a new instance of BackupTieringPolicy. |
Properties
DurationType |
Retention duration type: days/weeks/months/years Used only if TieringMode is set to TierAfter |
DurationValue |
Number of days/weeks/months/years to retain backups in current tier before tiering. Used only if TieringMode is set to TierAfter |
TieringMode |
Tiering Mode to control automatic tiering of recovery points. Supported values are:
|
Applies to
Azure SDK for .NET