Uses of Class
com.microsoft.azure.management.appservice.SnapshotRestoreRequest
Packages that use SnapshotRestoreRequest
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of SnapshotRestoreRequest in com.microsoft.azure.management.appservice
Methods in com.microsoft.azure.management.appservice that return SnapshotRestoreRequestModifier and TypeMethodDescriptionSnapshotRestoreRequest.withIgnoreConflictingHostNames
(Boolean ignoreConflictingHostNames) Set if true, custom hostname conflicts will be ignored when recovering to a target web app.SnapshotRestoreRequest.withOverwrite
(boolean overwrite) Set if <code>true</code> the restore operation can overwrite source app; otherwise, <code>false</code>.SnapshotRestoreRequest.withRecoverConfiguration
(Boolean recoverConfiguration) Set if true, site configuration, in addition to content, will be reverted.SnapshotRestoreRequest.withRecoverySource
(SnapshotRecoverySource recoverySource) Set optional.SnapshotRestoreRequest.withSnapshotTime
(String snapshotTime) Set point in time in which the app restore should be done, formatted as a DateTime string.SnapshotRestoreRequest.withUseDRSecondary
(Boolean useDRSecondary) Set if true, the snapshot is retrieved from DRSecondary endpoint.