| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent |
Package containing the service clients for WebSiteManagementClient.
|
| com.azure.resourcemanager.appservice.models |
Package containing the data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreSnapshot(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreSnapshot(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a web app from a snapshot.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreSnapshotAsync(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreSnapshotSlot(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreSnapshotSlot(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a web app from a snapshot.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreSnapshotSlotAsync(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
void |
WebAppsClient.restoreSnapshot(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
void |
WebAppsClient.restoreSnapshot(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a web app from a snapshot.
|
Mono<Void> |
WebAppsClient.restoreSnapshotAsync(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
void |
WebAppsClient.restoreSnapshotSlot(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
void |
WebAppsClient.restoreSnapshotSlot(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a web app from a snapshot.
|
Mono<Void> |
WebAppsClient.restoreSnapshotSlotAsync(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.restoreSnapshotSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.restoreSnapshotWithResponseAsync(String resourceGroupName,
String name,
SnapshotRestoreRequest restoreRequest)
Description for Restores a web app from a snapshot.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotRestoreRequest |
SnapshotRestoreRequest.withIgnoreConflictingHostNames(Boolean ignoreConflictingHostNames)
Set the ignoreConflictingHostNames property: If true, custom hostname conflicts will be ignored when recovering
to a target web app.
|
SnapshotRestoreRequest |
SnapshotRestoreRequest.withKind(String kind)
Set the kind property: Kind of resource.
|
SnapshotRestoreRequest |
SnapshotRestoreRequest.withOverwrite(Boolean overwrite)
Set the overwrite property: If <code>true</code> the restore operation can overwrite source app;
otherwise, <code>false</code>.
|
SnapshotRestoreRequest |
SnapshotRestoreRequest.withRecoverConfiguration(Boolean recoverConfiguration)
Set the recoverConfiguration property: If true, site configuration, in addition to content, will be reverted.
|
SnapshotRestoreRequest |
SnapshotRestoreRequest.withRecoverySource(SnapshotRecoverySource recoverySource)
Set the recoverySource property: Optional.
|
SnapshotRestoreRequest |
SnapshotRestoreRequest.withSnapshotTime(String snapshotTime)
Set the snapshotTime property: Point in time in which the app restore should be done, formatted as a DateTime
string.
|
SnapshotRestoreRequest |
SnapshotRestoreRequest.withUseDRSecondary(Boolean useDRSecondary)
Set the useDRSecondary property: If true, the snapshot is retrieved from DRSecondary endpoint.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.