DeletedAppRestoreRequestProperties Class
DeletedAppRestoreRequest resource specific properties.
Constructor
DeletedAppRestoreRequestProperties(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
deleted_site_id
|
ARM resource ID of the deleted app. Example: /subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}. |
|
recover_configuration
|
If true, deleted site configuration, in addition to content, will be restored. |
|
snapshot_time
|
Point in time to restore the deleted app from, formatted as a DateTime string. If unspecified, default value is the time that the app was deleted. |
|
use_dr_secondary
|
If true, the snapshot is retrieved from DRSecondary endpoint. |
Attributes
deleted_site_id
ARM resource ID of the deleted app. Example: /subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}.
deleted_site_id: str | None
recover_configuration
If true, deleted site configuration, in addition to content, will be restored.
recover_configuration: bool | None
snapshot_time
Point in time to restore the deleted app from, formatted as a DateTime string. If unspecified, default value is the time that the app was deleted.
snapshot_time: str | None
use_dr_secondary
If true, the snapshot is retrieved from DRSecondary endpoint.
use_dr_secondary: bool | None