| Package | Description |
|---|---|
| com.azure.resourcemanager.appservice.fluent.models |
Package containing the inner data models for WebSiteManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
DeletedAppRestoreRequestProperties |
DeletedAppRestoreRequestProperties.withDeletedSiteId(String deletedSiteId)
Set the deletedSiteId property: ARM resource ID of the deleted app.
|
DeletedAppRestoreRequestProperties |
DeletedAppRestoreRequestProperties.withRecoverConfiguration(Boolean recoverConfiguration)
Set the recoverConfiguration property: If true, deleted site configuration, in addition to content, will be
restored.
|
DeletedAppRestoreRequestProperties |
DeletedAppRestoreRequestProperties.withSnapshotTime(String snapshotTime)
Set the snapshotTime property: Point in time to restore the deleted app from, formatted as a DateTime string.
|
DeletedAppRestoreRequestProperties |
DeletedAppRestoreRequestProperties.withUseDRSecondary(Boolean useDRSecondary)
Set the useDRSecondary property: If true, the snapshot is retrieved from DRSecondary endpoint.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.