| Package | Description | 
|---|---|
| com.microsoft.azure.management.appservice | 
 This package contains the classes for WebSiteManagementClient. 
 | 
| 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. 
 | 
SnapshotRestoreRequest | 
SnapshotRestoreRequest.withUseDRSecondary(Boolean useDRSecondary)
Set if true, the snapshot is retrieved from DRSecondary endpoint. 
 | 
Copyright © 2019. All rights reserved.