AzureWorkloadBackupRequest interface
AzureWorkload workload-specific backup request.
- Extends
Properties
backup |
Type of backup, viz. Full, Differential, Log or CopyOnlyFull |
enable |
Bool for Compression setting |
object |
Polymorphic discriminator, which specifies the different types this object can be |
recovery |
Backup copy will expire after the time specified (UTC). |
Property Details
backupType
Type of backup, viz. Full, Differential, Log or CopyOnlyFull
backupType?: string
Property Value
string
enableCompression
Bool for Compression setting
enableCompression?: boolean
Property Value
boolean
objectType
Polymorphic discriminator, which specifies the different types this object can be
objectType: "AzureWorkloadBackupRequest"
Property Value
"AzureWorkloadBackupRequest"
recoveryPointExpiryTimeInUTC
Backup copy will expire after the time specified (UTC).
recoveryPointExpiryTimeInUTC?: Date
Property Value
Date