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.
|