Class ServiceTierAdvisorListResult
- java.lang.Object
-
- com.azure.resourcemanager.sql.models.ServiceTierAdvisorListResult
-
public final class ServiceTierAdvisorListResult extends Object
Represents the response to a list service tier advisor request.
-
-
Constructor Summary
Constructors Constructor Description ServiceTierAdvisorListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<ServiceTierAdvisorInner>value()Get the value property: The list of service tier advisors for specified database.ServiceTierAdvisorListResultwithValue(List<ServiceTierAdvisorInner> value)Set the value property: The list of service tier advisors for specified database.
-
-
-
Method Detail
-
value
public List<ServiceTierAdvisorInner> value()
Get the value property: The list of service tier advisors for specified database.- Returns:
- the value value.
-
withValue
public ServiceTierAdvisorListResult withValue(List<ServiceTierAdvisorInner> value)
Set the value property: The list of service tier advisors for specified database.- Parameters:
value- the value value to set.- Returns:
- the ServiceTierAdvisorListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-