public final class RestorableDroppedDatabaseListResult extends Object
| Constructor and Description |
|---|
RestorableDroppedDatabaseListResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<RestorableDroppedDatabaseInner> |
value()
Get the value property: A list of restorable dropped databases.
|
RestorableDroppedDatabaseListResult |
withValue(List<RestorableDroppedDatabaseInner> value)
Set the value property: A list of restorable dropped databases.
|
public List<RestorableDroppedDatabaseInner> value()
public RestorableDroppedDatabaseListResult withValue(List<RestorableDroppedDatabaseInner> 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.