public class SnapshotRecoveryTarget extends Object
| Constructor and Description |
|---|
SnapshotRecoveryTarget() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get aRM resource ID of the target app.
|
String |
location()
Get geographical location of the target web app, e.g.
|
SnapshotRecoveryTarget |
withId(String id)
Set aRM resource ID of the target app.
|
SnapshotRecoveryTarget |
withLocation(String location)
Set geographical location of the target web app, e.g.
|
public String location()
public SnapshotRecoveryTarget withLocation(String location)
location - the location value to setpublic String id()
public SnapshotRecoveryTarget withId(String id)
id - the id value to set/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/