PeriodicModeProperties 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.
Configuration values for periodic mode backup
public class PeriodicModeProperties
type PeriodicModeProperties = class
Public Class PeriodicModeProperties
- Inheritance
-
PeriodicModeProperties
Constructors
PeriodicModeProperties() |
Initializes a new instance of the PeriodicModeProperties class. |
PeriodicModeProperties(Nullable<Int32>, Nullable<Int32>, String) |
Initializes a new instance of the PeriodicModeProperties class. |
Properties
BackupIntervalInMinutes |
Gets or sets an integer representing the interval in minutes between two backups |
BackupRetentionIntervalInHours |
Gets or sets an integer representing the time (in hours) that each backup is retained |
BackupStorageRedundancy |
Gets or sets enum to indicate type of backup residency. Possible values include: 'Geo', 'Local', 'Zone' |
Methods
Validate() |
Validate the object. |
Applies to
Azure SDK for .NET