| 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.beginRestoreFromDeletedApp(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreFromDeletedApp(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a deleted web app to this web app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreFromDeletedAppAsync(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreFromDeletedAppSlot(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
com.azure.core.util.polling.SyncPoller<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreFromDeletedAppSlot(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a deleted web app to this web app.
|
com.azure.core.util.polling.PollerFlux<com.azure.core.management.polling.PollResult<Void>,Void> |
WebAppsClient.beginRestoreFromDeletedAppSlotAsync(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
void |
WebAppsClient.restoreFromDeletedApp(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
void |
WebAppsClient.restoreFromDeletedApp(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a deleted web app to this web app.
|
Mono<Void> |
WebAppsClient.restoreFromDeletedAppAsync(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
void |
WebAppsClient.restoreFromDeletedAppSlot(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
void |
WebAppsClient.restoreFromDeletedAppSlot(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest,
com.azure.core.util.Context context)
Description for Restores a deleted web app to this web app.
|
Mono<Void> |
WebAppsClient.restoreFromDeletedAppSlotAsync(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.restoreFromDeletedAppSlotWithResponseAsync(String resourceGroupName,
String name,
String slot,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
Mono<com.azure.core.http.rest.Response<Flux<ByteBuffer>>> |
WebAppsClient.restoreFromDeletedAppWithResponseAsync(String resourceGroupName,
String name,
DeletedAppRestoreRequest restoreRequest)
Description for Restores a deleted web app to this web app.
|
| Modifier and Type | Method and Description |
|---|---|
DeletedAppRestoreRequest |
DeletedAppRestoreRequest.withDeletedSiteId(String deletedSiteId)
Set the deletedSiteId property: ARM resource ID of the deleted app.
|
DeletedAppRestoreRequest |
DeletedAppRestoreRequest.withKind(String kind)
Set the kind property: Kind of resource.
|
DeletedAppRestoreRequest |
DeletedAppRestoreRequest.withRecoverConfiguration(Boolean recoverConfiguration)
Set the recoverConfiguration property: If true, deleted site configuration, in addition to content, will be
restored.
|
DeletedAppRestoreRequest |
DeletedAppRestoreRequest.withSnapshotTime(String snapshotTime)
Set the snapshotTime property: Point in time to restore the deleted app from, formatted as a DateTime string.
|
DeletedAppRestoreRequest |
DeletedAppRestoreRequest.withUseDRSecondary(Boolean useDRSecondary)
Set the useDRSecondary property: If true, the snapshot is retrieved from DRSecondary endpoint.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.