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

BackupRequest Class

Description of a backup which will be performed.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2021_01_01.models._models_py3.ProxyOnlyResource
BackupRequest

Constructor

BackupRequest(*, kind: str | None = None, backup_name: str | None = None, enabled: bool | None = None, storage_account_url: str | None = None, backup_schedule: _models.BackupSchedule | None = None, databases: List[_models.DatabaseBackupSetting] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

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.

backup_schedule

Schedule for the backup if it is executed periodically.

databases

Databases included in the backup.

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

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.

backup_schedule

Schedule for the backup if it is executed periodically.

databases

Databases included in the backup.