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.v2016_08_01.models._models_py3.ProxyOnlyResource
BackupRequest

Constructor

BackupRequest(*, kind: str | None = None, backup_request_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, type_properties_type: str | _models.BackupRestoreOperationType | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
kind
str

Kind of resource.

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

type_properties_type

Type of the backup. Known values are: "Default", "Clone", "Relocation", and "Snapshot".

Variables

Name Description
id
str

Resource Id.

name
str

Resource Name.

kind
str

Kind of resource.

type
str

Resource type.

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

type_properties_type

Type of the backup. Known values are: "Default", "Clone", "Relocation", and "Snapshot".