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

This property will be used as the discriminator for deciding the specific types in the polymorphic chain of types.

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

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