Uses of Class
com.microsoft.azure.management.appservice.DeletedAppRestoreRequest
Package
Description
This package contains the classes for WebSiteManagementClient.
-
Uses of DeletedAppRestoreRequest in com.microsoft.azure.management.appservice
Modifier and TypeMethodDescriptionDeletedAppRestoreRequest.withDeletedSiteId
(String deletedSiteId) Set aRM resource ID of the deleted app.DeletedAppRestoreRequest.withRecoverConfiguration
(Boolean recoverConfiguration) Set if true, deleted site configuration, in addition to content, will be restored.DeletedAppRestoreRequest.withSnapshotTime
(String snapshotTime) Set point in time to restore the deleted app from, formatted as a DateTime string.DeletedAppRestoreRequest.withUseDRSecondary
(Boolean useDRSecondary) Set if true, the snapshot is retrieved from DRSecondary endpoint.