public final class RecoverableDatabaseListResult extends Object
| Constructor and Description |
|---|
RecoverableDatabaseListResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<RecoverableDatabaseInner> |
value()
Get the value property: A list of recoverable databases.
|
RecoverableDatabaseListResult |
withValue(List<RecoverableDatabaseInner> value)
Set the value property: A list of recoverable databases.
|
public List<RecoverableDatabaseInner> value()
public RecoverableDatabaseListResult withValue(List<RecoverableDatabaseInner> value)
value - the value value to set.public void validate()
IllegalArgumentException - thrown if the instance is not valid.Copyright © 2020 Microsoft Corporation. All rights reserved.