| Modifier and Type | Method and Description |
|---|---|
SnapshotRecoveryRequest |
SitePatchResource.snapshotInfo()
Get if specified during app creation, the app is created from a previous snapshot.
|
SnapshotRecoveryRequest |
SnapshotRecoveryRequest.withIgnoreConflictingHostNames(Boolean ignoreConflictingHostNames)
Set if true, custom hostname conflicts will be ignored when recovering to a target web app.
|
SnapshotRecoveryRequest |
SnapshotRecoveryRequest.withOverwrite(boolean overwrite)
Set if <code>true</code> the recovery operation can overwrite source app; otherwise, <code>false</code>.
|
SnapshotRecoveryRequest |
SnapshotRecoveryRequest.withRecoverConfiguration(Boolean recoverConfiguration)
Set if true, site configuration, in addition to content, will be reverted.
|
SnapshotRecoveryRequest |
SnapshotRecoveryRequest.withRecoveryTarget(SnapshotRecoveryTarget recoveryTarget)
Set specifies the web app that snapshot contents will be written to.
|
SnapshotRecoveryRequest |
SnapshotRecoveryRequest.withSnapshotTime(String snapshotTime)
Set point in time in which the app recovery should be attempted, formatted as a DateTime string.
|
| Modifier and Type | Method and Description |
|---|---|
SitePatchResource |
SitePatchResource.withSnapshotInfo(SnapshotRecoveryRequest snapshotInfo)
Set if specified during app creation, the app is created from a previous snapshot.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/