AzureWorkloadBackupRequest interface

AzureWorkload workload-specific backup request.

Extends

Properties

backupType

Type of backup, viz. Full, Differential, Log or CopyOnlyFull

enableCompression

Bool for Compression setting

objectType

Polymorphic discriminator, which specifies the different types this object can be

recoveryPointExpiryTimeInUTC

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