PeriodicModeBackupPolicy Class

The object representing periodic mode backup policy.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.cosmosdb.models._models_py3.BackupPolicy
PeriodicModeBackupPolicy

Constructor

PeriodicModeBackupPolicy(*, migration_state: Optional[_models.BackupPolicyMigrationState] = None, periodic_mode_properties: Optional[_models.PeriodicModeProperties] = None, **kwargs)

Variables

type
str or BackupPolicyType

Required. Describes the mode of backups.Constant filled by server. Known values are: "Periodic", "Continuous".

migration_state
BackupPolicyMigrationState

The object representing the state of the migration between the backup policies.

periodic_mode_properties
PeriodicModeProperties

Configuration values for periodic mode backup.