BackupLevel type

The level of backup
KnownBackupLevel can be used interchangeably with BackupLevel, this enum contains the known values that the service supports.

Known values supported by the service

FULL: Full backup level
INCREMENTAL: Incremental backup level
DIFFERENTIAL: Differential backup level
SYNTHETIC_FULL: Synthetic full backup level

type BackupLevel = string