SnapshotRestoreRequest Class
Details about app recovery operation.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.web.v2018_02_01.models._models_py3.ProxyOnlyResourceSnapshotRestoreRequest
Constructor
SnapshotRestoreRequest(*, kind: Optional[str] = None, snapshot_time: Optional[str] = None, recovery_source: Optional[azure.mgmt.web.v2018_02_01.models._models_py3.SnapshotRecoverySource] = None, overwrite: Optional[bool] = None, recover_configuration: Optional[bool] = None, ignore_conflicting_host_names: Optional[bool] = None, use_dr_secondary: Optional[bool] = None, **kwargs)
Parameters
- snapshot_time
- str
Point in time in which the app restore should be done, formatted as a DateTime string.
- recovery_source
- SnapshotRecoverySource
Optional. Specifies the web app that snapshot contents will be retrieved from. If empty, the targeted web app will be used as the source.
- overwrite
- bool
If <code>true</code> the restore operation can overwrite source app;
otherwise, <code>false</code>.
- recover_configuration
- bool
If true, site configuration, in addition to content, will be reverted.
- ignore_conflicting_host_names
- bool
If true, custom hostname conflicts will be ignored when recovering to a target web app. This setting is only necessary when RecoverConfiguration is enabled.
Variables
- id
- str
Resource Id.
- name
- str
Resource Name.
- type
- str
Resource type.
Feedback
Submit and view feedback for