| Modifier and Type | Method and Description |
|---|---|
SnapshotRestoreRequest |
SnapshotRestoreRequest.withIgnoreConflictingHostNames(Boolean ignoreConflictingHostNames)
Set if true, custom hostname conflicts will be ignored when recovering to a target web app.
|
SnapshotRestoreRequest |
SnapshotRestoreRequest.withOverwrite(boolean overwrite)
Set if <code>true</code> the restore operation can overwrite source app; otherwise, <code>false</code>.
|
SnapshotRestoreRequest |
SnapshotRestoreRequest.withRecoverConfiguration(Boolean recoverConfiguration)
Set if true, site configuration, in addition to content, will be reverted.
|
SnapshotRestoreRequest |
SnapshotRestoreRequest.withRecoverySource(SnapshotRecoverySource recoverySource)
Set optional.
|
SnapshotRestoreRequest |
SnapshotRestoreRequest.withSnapshotTime(String snapshotTime)
Set point in time in which the app restore should be done, formatted as a DateTime string.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/