DeletedAppRestoreRequest Class

Details about restoring a deleted app.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.web.v2019_08_01.models._models_py3.ProxyOnlyResource
DeletedAppRestoreRequest

Constructor

DeletedAppRestoreRequest(*, kind: Optional[str] = None, deleted_site_id: Optional[str] = None, recover_configuration: Optional[bool] = None, snapshot_time: Optional[str] = None, use_dr_secondary: Optional[bool] = None, **kwargs)

Parameters

kind
str
Required

Kind of resource.

deleted_site_id
str
Required

ARM resource ID of the deleted app. Example: /subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId}.

recover_configuration
bool
Required

If true, deleted site configuration, in addition to content, will be restored.

snapshot_time
str
Required

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
bool
Required

If true, the snapshot is retrieved from DRSecondary endpoint.

Variables

id
str

Resource Id.

name
str

Resource Name.

type
str

Resource type.