SnapshotRestoreRequestProperties |
SnapshotRestoreRequestProperties.withIgnoreConflictingHostNames(Boolean ignoreConflictingHostNames) |
Set the ignoreConflictingHostNames property: If true, custom hostname conflicts will be ignored when recovering
to a target web app.
|
SnapshotRestoreRequestProperties |
SnapshotRestoreRequestProperties.withOverwrite(boolean overwrite) |
Set the overwrite property: If <code>true</code> the restore operation can overwrite source app;
otherwise, <code>false</code>.
|
SnapshotRestoreRequestProperties |
SnapshotRestoreRequestProperties.withRecoverConfiguration(Boolean recoverConfiguration) |
Set the recoverConfiguration property: If true, site configuration, in addition to content, will be reverted.
|
SnapshotRestoreRequestProperties |
SnapshotRestoreRequestProperties.withRecoverySource(SnapshotRecoverySource recoverySource) |
Set the recoverySource property: Optional.
|
SnapshotRestoreRequestProperties |
SnapshotRestoreRequestProperties.withSnapshotTime(String snapshotTime) |
Set the snapshotTime property: Point in time in which the app restore should be done, formatted as a DateTime
string.
|
SnapshotRestoreRequestProperties |
SnapshotRestoreRequestProperties.withUseDRSecondary(Boolean useDRSecondary) |
Set the useDRSecondary property: If true, the snapshot is retrieved from DRSecondary endpoint.
|