| Modifier and Type | Method and Description |
|---|---|
SnapshotRecoveryTarget |
SnapshotRecoveryRequest.recoveryTarget()
Get specifies the web app that snapshot contents will be written to.
|
SnapshotRecoveryTarget |
SnapshotRecoveryTarget.withId(String id)
Set aRM resource ID of the target app.
|
SnapshotRecoveryTarget |
SnapshotRecoveryTarget.withLocation(String location)
Set geographical location of the target web app, e.g.
|
| Modifier and Type | Method and Description |
|---|---|
SnapshotRecoveryRequest |
SnapshotRecoveryRequest.withRecoveryTarget(SnapshotRecoveryTarget recoveryTarget)
Set specifies the web app that snapshot contents will be written to.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/