SnapshotRecoveryTarget Class
- java.
lang. Object - com.
microsoft. azure. management. appservice. SnapshotRecoveryTarget
- com.
public class SnapshotRecoveryTarget
Specifies the web app that snapshot contents will be written to.
Method Summary
Modifier and Type | Method and Description |
---|---|
String |
id()
Get the id value. |
String |
location()
Get the location value. |
Snapshot |
withId(String id)
Set the id value. |
Snapshot |
withLocation(String location)
Set the location value. |
Method Details
id
public String id()
Get the id value.
Returns:
location
public String location()
Get the location value.
Returns:
withId
public SnapshotRecoveryTarget withId(String id)
Set the id value.
Parameters:
Returns:
withLocation
public SnapshotRecoveryTarget withLocation(String location)
Set the location value.
Parameters:
Returns: