public final class SnapshotRecoverySource extends Object
| Constructor and Description |
|---|
SnapshotRecoverySource() |
| Modifier and Type | Method and Description |
|---|---|
String |
id()
Get the id property: ARM resource ID of the source app.
|
String |
location()
Get the location property: Geographical location of the source web app, e.g.
|
void |
validate()
Validates the instance.
|
SnapshotRecoverySource |
withId(String id)
Set the id property: ARM resource ID of the source app.
|
SnapshotRecoverySource |
withLocation(String location)
Set the location property: Geographical location of the source web app, e.g.
|
public String location()
public SnapshotRecoverySource withLocation(String location)
location - the location value to set.public String id()
public SnapshotRecoverySource withId(String id)
id - the id value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.