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