BackupType type
BackupType에 대한 값을 정의합니다. 가능한 값은 'Database', 'TransactionLog', 'File', 'DifferentialDatabase', 'DifferentialFile', 'Partial', 'DifferentialPartial'입니다.
type BackupType =
| "Database"
| "TransactionLog"
| "File"
| "DifferentialDatabase"
| "DifferentialFile"
| "Partial"
| "DifferentialPartial"