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.ProxyOnlyResourceBackupRequest
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
- enabled
- bool
Required
True if the backup schedule is enabled (must be included in that case), false if the backup schedule should be disabled.
- 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.
Feedback
Submit and view feedback for