Uses of Class
com.azure.resourcemanager.appservice.fluent.models.RestoreRequestProperties
Packages that use RestoreRequestProperties
Package
Description
Package containing the inner data models for WebSiteManagementClient.
-
Uses of RestoreRequestProperties in com.azure.resourcemanager.appservice.fluent.models
Classes in com.azure.resourcemanager.appservice.fluent.models that implement interfaces with type arguments of type RestoreRequestPropertiesModifier and TypeClassDescriptionfinal classRestoreRequest resource specific properties.Methods in com.azure.resourcemanager.appservice.fluent.models that return RestoreRequestPropertiesModifier and TypeMethodDescriptionstatic RestoreRequestPropertiesRestoreRequestProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of RestoreRequestProperties from the JsonReader.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.withAppServicePlan(String appServicePlan) Set the appServicePlan property: Specify app service plan that will own restored site.RestoreRequestProperties.withBlobName(String blobName) Set the blobName property: Name of a blob which contains the backup.RestoreRequestProperties.withDatabases(List<DatabaseBackupSetting> databases) Set the databases property: Collection of databases which should be restored.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.withIgnoreConflictingHostNames(Boolean ignoreConflictingHostNames) Set the ignoreConflictingHostNames property: Changes a logic when restoring an app with custom domains.RestoreRequestProperties.withIgnoreDatabases(Boolean ignoreDatabases) Set the ignoreDatabases property: Ignore the databases and only restore the site content.RestoreRequestProperties.withOperationType(BackupRestoreOperationType operationType) Set the operationType property: Operation type.RestoreRequestProperties.withOverwrite(boolean overwrite) Set the overwrite property: <code>true</code> if the restore operation can overwrite target app; otherwise, <code>false</code>.RestoreRequestProperties.withSiteName(String siteName) Set the siteName property: Name of an app.RestoreRequestProperties.withStorageAccountUrl(String storageAccountUrl) Set the storageAccountUrl property: SAS URL to the container.