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