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