你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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