DeletedAppRestoreRequest interface
Details about restoring a deleted app.
- Extends
Properties
deleted |
ARM resource ID of the deleted app. Example: /subscriptions/{subId}/providers/Microsoft.Web/deletedSites/{deletedSiteId} |
recover |
If true, deleted site configuration, in addition to content, will be restored. |
snapshot |
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 |
If true, the snapshot is retrieved from DRSecondary endpoint. |
Inherited Properties
id | Resource Id. NOTE: This property will not be serialized. It can only be populated by the server. |
kind | Kind of resource. |
name | Resource Name. NOTE: This property will not be serialized. It can only be populated by the server. |
type | Resource type. NOTE: This property will not be serialized. It can only be populated by the server. |
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
Inherited Property Details
id
Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.
id?: string
Property Value
string
Inherited From ProxyOnlyResource.id
kind
name
Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.
name?: string
Property Value
string
Inherited From ProxyOnlyResource.name
type
Resource type. NOTE: This property will not be serialized. It can only be populated by the server.
type?: string
Property Value
string
Inherited From ProxyOnlyResource.type