Share via


BackupRequestPropertiesOutput interface

BackupRequest resource specific properties

Properties

backupName

Name of the backup.

backupSchedule

Schedule for the backup if it is executed periodically.

databases

Databases included in the backup.

enabled

True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.

storageAccountUrl

SAS URL to the container.

Property Details

backupName

Name of the backup.

backupName?: string

Property Value

string

backupSchedule

Schedule for the backup if it is executed periodically.

backupSchedule?: BackupScheduleOutput

Property Value

databases

Databases included in the backup.

databases?: DatabaseBackupSettingOutput[]

Property Value

enabled

True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.

enabled?: boolean

Property Value

boolean

storageAccountUrl

SAS URL to the container.

storageAccountUrl: string

Property Value

string