BackupType type
Определяет значения для BackupType. Возможные значения: Database, TransactionLog, File, DifferentialDatabase, DifferentialFile, Partial, DifferentialPartial.
type BackupType =
| "Database"
| "TransactionLog"
| "File"
| "DifferentialDatabase"
| "DifferentialFile"
| "Partial"
| "DifferentialPartial"