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: Optional[str] = None, backup_request_name: Optional[str] = None, enabled: Optional[bool] = None, storage_account_url: Optional[str] = None, backup_schedule: Optional[azure.mgmt.web.v2016_08_01.models._models_py3.BackupSchedule] = None, databases: Optional[List[azure.mgmt.web.v2016_08_01.models._models_py3.DatabaseBackupSetting]] = None, type_properties_type: Optional[Union[str, azure.mgmt.web.v2016_08_01.models._web_site_management_client_enums.BackupRestoreOperationType]] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

backup_request_name
str
Required

Name of the backup.

enabled
bool
Required

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
Required

SAS URL to the container.

backup_schedule
BackupSchedule
Required

Schedule for the backup if it is executed periodically.

databases
list[DatabaseBackupSetting]
Required

Databases included in the backup.

type_properties_type
str or BackupRestoreOperationType
Required

Type of the backup. Possible values include: "Default", "Clone", "Relocation", "Snapshot".

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.