public final class RecommendedElasticPoolListResult extends Object
| Constructor and Description |
|---|
RecommendedElasticPoolListResult() |
| Modifier and Type | Method and Description |
|---|---|
void |
validate()
Validates the instance.
|
List<RecommendedElasticPoolInner> |
value()
Get the value property: The list of recommended elastic pools hosted in the server.
|
RecommendedElasticPoolListResult |
withValue(List<RecommendedElasticPoolInner> value)
Set the value property: The list of recommended elastic pools hosted in the server.
|
public List<RecommendedElasticPoolInner> value()
public RecommendedElasticPoolListResult withValue(List<RecommendedElasticPoolInner> 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.