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