BackupRequestProperties interface
BackupRequest resource specific properties
Properties
| backup |
Name of the backup. |
| backup |
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. |
| storage |
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?: BackupSchedule
Property Value
databases
Databases included in the backup.
databases?: DatabaseBackupSetting[]
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