| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
RestoreRequestInner |
WebAppsClient.discoverBackup(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
RestoreRequestInner |
WebAppsClient.discoverBackupSlot(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestore(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestore(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreAsync(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreFromBackupBlob(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreFromBackupBlob(String resourceGroupName,
String name,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores an app from a backup blob in Azure Storage.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreFromBackupBlobAsync(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreFromBackupBlobSlot(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreFromBackupBlobSlot(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores an app from a backup blob in Azure Storage.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreFromBackupBlobSlotAsync(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreSlot(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreSlot(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreSlotAsync(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
RestoreRequestInner |
WebAppsClient.discoverBackup(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
Mono<RestoreRequestInner> |
WebAppsClient.discoverBackupAsync(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
RestoreRequestInner |
WebAppsClient.discoverBackupSlot(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
Mono<RestoreRequestInner> |
WebAppsClient.discoverBackupSlotAsync(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
com.azure.core.http.rest.Response<RestoreRequestInner> |
WebAppsClient.discoverBackupSlotWithResponse(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
Mono<com.azure.core.http.rest.Response<RestoreRequestInner>> |
WebAppsClient.discoverBackupSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
com.azure.core.http.rest.Response<RestoreRequestInner> |
WebAppsClient.discoverBackupWithResponse(String resourceGroupName,
String name,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
Mono<com.azure.core.http.rest.Response<RestoreRequestInner>> |
WebAppsClient.discoverBackupWithResponseAsync(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Discovers an existing app backup that can be restored from a blob in Azure storage.
|
void |
WebAppsClient.restore(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
void |
WebAppsClient.restore(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
Mono<Void> |
WebAppsClient.restoreAsync(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
void |
WebAppsClient.restoreFromBackupBlob(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
void |
WebAppsClient.restoreFromBackupBlob(String resourceGroupName,
String name,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores an app from a backup blob in Azure Storage.
|
Mono<Void> |
WebAppsClient.restoreFromBackupBlobAsync(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
void |
WebAppsClient.restoreFromBackupBlobSlot(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
void |
WebAppsClient.restoreFromBackupBlobSlot(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores an app from a backup blob in Azure Storage.
|
Mono<Void> |
WebAppsClient.restoreFromBackupBlobSlotAsync(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.restoreFromBackupBlobSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.restoreFromBackupBlobWithResponseAsync(String resourceGroupName,
String name,
RestoreRequestInner request)
Description for Restores an app from a backup blob in Azure Storage.
|
void |
WebAppsClient.restoreSlot(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
void |
WebAppsClient.restoreSlot(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request,
com.azure.core.util.Context context)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
Mono<Void> |
WebAppsClient.restoreSlotAsync(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.restoreSlotWithResponseAsync(String resourceGroupName,
String name,
String backupId,
String slot,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.restoreWithResponseAsync(String resourceGroupName,
String name,
String backupId,
RestoreRequestInner request)
Description for Restores a specific backup to another app (or deployment slot, if specified).
|
| Modifier and Type | Method and Description |
|---|---|
RestoreRequestInner |
RestoreRequestInner.withAdjustConnectionStrings(Boolean adjustConnectionStrings)
Set the adjustConnectionStrings property: <code>true</code> if SiteConfig.ConnectionStrings should be
set in new app; otherwise, <code>false</code>.
|
RestoreRequestInner |
RestoreRequestInner.withAppServicePlan(String appServicePlan)
Set the appServicePlan property: Specify app service plan that will own restored site.
|
RestoreRequestInner |
RestoreRequestInner.withBlobName(String blobName)
Set the blobName property: Name of a blob which contains the backup.
|
RestoreRequestInner |
RestoreRequestInner.withDatabases(List<DatabaseBackupSetting> databases)
Set the databases property: Collection of databases which should be restored.
|
RestoreRequestInner |
RestoreRequestInner.withHostingEnvironment(String hostingEnvironment)
Set the hostingEnvironment property: App Service Environment name, if needed (only when restoring an app to an
App Service Environment).
|
RestoreRequestInner |
RestoreRequestInner.withIgnoreConflictingHostNames(Boolean ignoreConflictingHostNames)
Set the ignoreConflictingHostNames property: Changes a logic when restoring an app with custom domains.
|
RestoreRequestInner |
RestoreRequestInner.withIgnoreDatabases(Boolean ignoreDatabases)
Set the ignoreDatabases property: Ignore the databases and only restore the site content.
|
RestoreRequestInner |
RestoreRequestInner.withKind(String kind)
Set the kind property: Kind of resource.
|
RestoreRequestInner |
RestoreRequestInner.withOperationType(BackupRestoreOperationType operationType)
Set the operationType property: Operation type.
|
RestoreRequestInner |
RestoreRequestInner.withOverwrite(Boolean overwrite)
Set the overwrite property: <code>true</code> if the restore operation can overwrite target app;
otherwise, <code>false</code>.
|
RestoreRequestInner |
RestoreRequestInner.withSiteName(String siteName)
Set the siteName property: Name of an app.
|
RestoreRequestInner |
RestoreRequestInner.withStorageAccountUrl(String storageAccountUrl)
Set the storageAccountUrl property: SAS URL to the container.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.