PeriodicModeProperties Class

Configuration values for periodic mode backup.

Inheritance
PeriodicModeProperties

Constructor

PeriodicModeProperties(*, backup_interval_in_minutes: Optional[int] = None, backup_retention_interval_in_hours: Optional[int] = None, backup_storage_redundancy: Optional[Union[str, _models.BackupStorageRedundancy]] = None, **kwargs)

Variables

backup_interval_in_minutes
int

An integer representing the interval in minutes between two backups.

backup_retention_interval_in_hours
int

An integer representing the time (in hours) that each backup is retained.

backup_storage_redundancy
str or BackupStorageRedundancy

Enum to indicate type of backup residency. Known values are: "Geo", "Local", "Zone".