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_06_01.models._models_py3.ProxyOnlyResourceBackupRequest
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
|
Kind of resource. |
backup_name
|
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
|
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
|
Resource Id. |
name
|
Resource Name. |
kind
|
Kind of resource. |
type
|
Resource type. |
backup_name
|
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
|
SAS URL to the container. |
backup_schedule
|
Schedule for the backup if it is executed periodically. |
databases
|
Databases included in the backup. |
Azure SDK for Python