RestoreRequestProperties |
RestoreRequestProperties.withAdjustConnectionStrings(Boolean adjustConnectionStrings) |
Set the adjustConnectionStrings property: <code>true</code> if SiteConfig.ConnectionStrings should be
set in new app; otherwise, <code>false</code>.
|
RestoreRequestProperties |
RestoreRequestProperties.withAppServicePlan(String appServicePlan) |
Set the appServicePlan property: Specify app service plan that will own restored site.
|
RestoreRequestProperties |
RestoreRequestProperties.withBlobName(String blobName) |
Set the blobName property: Name of a blob which contains the backup.
|
RestoreRequestProperties |
RestoreRequestProperties.withDatabases(List<DatabaseBackupSetting> databases) |
Set the databases property: Collection of databases which should be restored.
|
RestoreRequestProperties |
RestoreRequestProperties.withHostingEnvironment(String hostingEnvironment) |
Set the hostingEnvironment property: App Service Environment name, if needed (only when restoring an app to an
App Service Environment).
|
RestoreRequestProperties |
RestoreRequestProperties.withIgnoreConflictingHostNames(Boolean ignoreConflictingHostNames) |
Set the ignoreConflictingHostNames property: Changes a logic when restoring an app with custom domains.
|
RestoreRequestProperties |
RestoreRequestProperties.withIgnoreDatabases(Boolean ignoreDatabases) |
Set the ignoreDatabases property: Ignore the databases and only restore the site content.
|
RestoreRequestProperties |
RestoreRequestProperties.withOperationType(BackupRestoreOperationType operationType) |
Set the operationType property: Operation type.
|
RestoreRequestProperties |
RestoreRequestProperties.withOverwrite(boolean overwrite) |
Set the overwrite property: <code>true</code> if the restore operation can overwrite target app;
otherwise, <code>false</code>.
|
RestoreRequestProperties |
RestoreRequestProperties.withSiteName(String siteName) |
Set the siteName property: Name of an app.
|
RestoreRequestProperties |
RestoreRequestProperties.withStorageAccountUrl(String storageAccountUrl) |
Set the storageAccountUrl property: SAS URL to the container.
|