BackupRequestProperties Class

BackupRequest resource specific properties.

Constructor

BackupRequestProperties()

Variables

Name Description
backup_name
str

Name of 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_account_url
str

SAS URL to the container. Required.

backup_schedule
<xref:<xref:"BackupSchedule">>

Schedule for the backup if it is executed periodically.

databases
list[<xref:"DatabaseBackupSetting">]

Databases included in the backup.

Attributes

backupName

Name of the backup.

backupName: str

backupSchedule

Schedule for the backup if it is executed periodically.

backupSchedule: BackupSchedule

databases

Databases included in the backup.

databases: list[azure.mgmt.web.types.DatabaseBackupSetting]

enabled

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

enabled: bool

storageAccountUrl

SAS URL to the container. Required.

storageAccountUrl: str