public class DeletedAppRestoreRequest extends ProxyOnlyResource
Constructor and Description |
---|
DeletedAppRestoreRequest() |
Modifier and Type | Method and Description |
---|---|
String |
deletedSiteId()
Get aRM resource ID of the deleted app.
|
Boolean |
recoverConfiguration()
Get if true, deleted site configuration, in addition to content, will be restored.
|
String |
snapshotTime()
Get point in time to restore the deleted app from, formatted as a DateTime string.
|
Boolean |
useDRSecondary()
Get if true, the snapshot is retrieved from DRSecondary endpoint.
|
DeletedAppRestoreRequest |
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.
|
kind, withKind
public String deletedSiteId()
public DeletedAppRestoreRequest withDeletedSiteId(String deletedSiteId)
deletedSiteId
- the deletedSiteId value to setpublic Boolean recoverConfiguration()
public DeletedAppRestoreRequest withRecoverConfiguration(Boolean recoverConfiguration)
recoverConfiguration
- the recoverConfiguration value to setpublic String snapshotTime()
public DeletedAppRestoreRequest withSnapshotTime(String snapshotTime)
snapshotTime
- the snapshotTime value to setpublic Boolean useDRSecondary()
public DeletedAppRestoreRequest withUseDRSecondary(Boolean useDRSecondary)
useDRSecondary
- the useDRSecondary value to setCopyright © 2019. All rights reserved.