Share via


DeletedAppRestoreRequestProperties interface

DeletedAppRestoreRequest resource specific properties

Properties

deletedSiteId

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

recoverConfiguration

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

snapshotTime

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.

useDRSecondary

If true, the snapshot is retrieved from DRSecondary endpoint.

Property Details

deletedSiteId

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

deletedSiteId?: string

Property Value

string

recoverConfiguration

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

recoverConfiguration?: boolean

Property Value

boolean

snapshotTime

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.

snapshotTime?: string

Property Value

string

useDRSecondary

If true, the snapshot is retrieved from DRSecondary endpoint.

useDRSecondary?: boolean

Property Value

boolean