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 |
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types. |
| 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
This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.
objectType: "AzureWorkloadBackupRequest"
Property Value
"AzureWorkloadBackupRequest"
recoveryPointExpiryTimeInUTC
Backup copy will expire after the time specified (UTC).
recoveryPointExpiryTimeInUTC?: Date
Property Value
Date