Uses of Class
com.azure.resourcemanager.appservice.models.DeletedAppRestoreRequest
Packages that use DeletedAppRestoreRequest
Package
Description
Package containing the service clients for WebSiteManagementClient.
Package containing the data models for WebSiteManagementClient.
-
Uses of DeletedAppRestoreRequest in com.azure.resourcemanager.appservice.fluent
Methods in com.azure.resourcemanager.appservice.fluent with parameters of type DeletedAppRestoreRequestModifier and TypeMethodDescriptionWebAppsClient.beginRestoreFromDeletedApp
(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest) Restores a deleted web app to this web app.WebAppsClient.beginRestoreFromDeletedApp
(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest, com.azure.core.util.Context context) Restores a deleted web app to this web app.WebAppsClient.beginRestoreFromDeletedAppAsync
(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest) Restores a deleted web app to this web app.WebAppsClient.beginRestoreFromDeletedAppSlot
(String resourceGroupName, String name, String slot, DeletedAppRestoreRequest restoreRequest) Restores a deleted web app to this web app.WebAppsClient.beginRestoreFromDeletedAppSlot
(String resourceGroupName, String name, String slot, DeletedAppRestoreRequest restoreRequest, com.azure.core.util.Context context) Restores a deleted web app to this web app.WebAppsClient.beginRestoreFromDeletedAppSlotAsync
(String resourceGroupName, String name, String slot, DeletedAppRestoreRequest restoreRequest) Restores a deleted web app to this web app.void
WebAppsClient.restoreFromDeletedApp
(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest) Restores a deleted web app to this web app.void
WebAppsClient.restoreFromDeletedApp
(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest, com.azure.core.util.Context context) Restores a deleted web app to this web app.WebAppsClient.restoreFromDeletedAppAsync
(String resourceGroupName, String name, DeletedAppRestoreRequest restoreRequest) Restores a deleted web app to this web app.void
WebAppsClient.restoreFromDeletedAppSlot
(String resourceGroupName, String name, String slot, DeletedAppRestoreRequest restoreRequest) 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) Restores a deleted web app to this web app.WebAppsClient.restoreFromDeletedAppSlotAsync
(String resourceGroupName, String name, String slot, DeletedAppRestoreRequest restoreRequest) 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) 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) Restores a deleted web app to this web app. -
Uses of DeletedAppRestoreRequest in com.azure.resourcemanager.appservice.models
Methods in com.azure.resourcemanager.appservice.models that return DeletedAppRestoreRequestModifier and TypeMethodDescriptionstatic DeletedAppRestoreRequest
DeletedAppRestoreRequest.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of DeletedAppRestoreRequest from the JsonReader.DeletedAppRestoreRequest.withDeletedSiteId
(String deletedSiteId) Set the deletedSiteId property: ARM resource ID of the deleted app.Set the kind property: Kind of resource.DeletedAppRestoreRequest.withRecoverConfiguration
(Boolean recoverConfiguration) Set the recoverConfiguration property: If true, deleted site configuration, in addition to content, will be restored.DeletedAppRestoreRequest.withSnapshotTime
(String snapshotTime) Set the snapshotTime property: Point in time to restore the deleted app from, formatted as a DateTime string.DeletedAppRestoreRequest.withUseDRSecondary
(Boolean useDRSecondary) Set the useDRSecondary property: If true, the snapshot is retrieved from DRSecondary endpoint.