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.ProxyOnlyResourceBackupRequest
Constructor
BackupRequest(*, kind: Optional[str] = None, backup_name: Optional[str] = None, enabled: Optional[bool] = None, storage_account_url: Optional[str] = None, backup_schedule: Optional[azure.mgmt.web.v2020_09_01.models._models_py3.BackupSchedule] = None, databases: Optional[List[azure.mgmt.web.v2020_09_01.models._models_py3.DatabaseBackupSetting]] = None, **kwargs)
Parameters
- enabled
- bool
Required
True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
- system_data
- SystemData
The system metadata relating to this resource.
Feedback
Submit and view feedback for