Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface DeletedAppRestoreRequest

Package version

Details about restoring a deleted app.

Hierarchy

Index

Properties

Optional deletedSiteId

deletedSiteId: undefined | string

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

Optional id

id: undefined | string

Resource Id. NOTE: This property will not be serialized. It can only be populated by the server.

Optional kind

kind: undefined | string

Kind of resource.

Optional name

name: undefined | string

Resource Name. NOTE: This property will not be serialized. It can only be populated by the server.

Optional recoverConfiguration

recoverConfiguration: undefined | false | true

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

Optional snapshotTime

snapshotTime: undefined | string

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.

Optional type

type: undefined | string

Resource type. NOTE: This property will not be serialized. It can only be populated by the server.

Optional useDRSecondary

useDRSecondary: undefined | false | true

If true, the snapshot is retrieved from DRSecondary endpoint.

Generated using TypeDoc