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.v2020_09_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.

system_data

The system metadata relating to this 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.