Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface SnapshotRestoreRequest

Package version

Details about app recovery operation.

Hierarchy

Index

Properties

Optional id

id: undefined | string

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

Optional ignoreConflictingHostNames

ignoreConflictingHostNames: undefined | false | true

If true, custom hostname conflicts will be ignored when recovering to a target web app. This setting is only necessary when RecoverConfiguration is enabled.

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.

overwrite

overwrite: boolean

If true the restore operation can overwrite source app; otherwise, false.

Optional recoverConfiguration

recoverConfiguration: undefined | false | true

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

Optional recoverySource

recoverySource: SnapshotRecoverySource

Optional. Specifies the web app that snapshot contents will be retrieved from. If empty, the targeted web app will be used as the source.

Optional snapshotTime

snapshotTime: undefined | string

Point in time in which the app restore should be done, formatted as a DateTime string.

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