Class ServerListResult
- java.lang.Object
-
- com.azure.resourcemanager.mysql.models.ServerListResult
-
public final class ServerListResult extends Object
A list of servers.
-
-
Constructor Summary
Constructors Constructor Description ServerListResult()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidvalidate()Validates the instance.List<ServerInner>value()Get the value property: The list of servers.ServerListResultwithValue(List<ServerInner> value)Set the value property: The list of servers.
-
-
-
Method Detail
-
value
public List<ServerInner> value()
Get the value property: The list of servers.- Returns:
- the value value.
-
withValue
public ServerListResult withValue(List<ServerInner> value)
Set the value property: The list of servers.- Parameters:
value- the value value to set.- Returns:
- the ServerListResult object itself.
-
validate
public void validate()
Validates the instance.- Throws:
IllegalArgumentException- thrown if the instance is not valid.
-
-