public class SnapshotRecoveryTarget extends Object
| Constructor and Description |
|---|
SnapshotRecoveryTarget() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id value.
|
String |
location()
Get the location value.
|
SnapshotRecoveryTarget |
withId(String id)
Set the id value.
|
SnapshotRecoveryTarget |
withLocation(String location)
Set the location value.
|
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.
*/