Class RecommendedElasticPoolListResult
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.RecommendedElasticPoolListResult
-
public final class RecommendedElasticPoolListResult extends Object
Represents the response to a list recommended elastic pool request.
-
-
Constructor Summary
Constructors Constructor Description RecommendedElasticPoolListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<RecommendedElasticPoolInner>value()Get the value property: The list of recommended elastic pools hosted in the server.RecommendedElasticPoolListResultwithValue(List<RecommendedElasticPoolInner> value)Set the value property: The list of recommended elastic pools hosted in the server.
-
-
-
Method Detail
-
value
public List<RecommendedElasticPoolInner> value()
Get the value property: The list of recommended elastic pools hosted in the server.- Returns:
- the value value.
-
withValue
public RecommendedElasticPoolListResult withValue(List<RecommendedElasticPoolInner> value)
Set the value property: The list of recommended elastic pools hosted in the server.- Parameters:
value- the value value to set.- Returns:
- the RecommendedElasticPoolListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-