Class ServerListResult
java.lang.Object
com.azure.resourcemanager.mariadb.models.ServerListResult
A list of servers.
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
validate()
Validates the instance.value()
Get the value property: The list of servers.withValue
(List<ServerInner> value) Set the value property: The list of servers.
-
Constructor Details
-
ServerListResult
public ServerListResult()Creates an instance of ServerListResult class.
-
-
Method Details
-
value
Get the value property: The list of servers.- Returns:
- the value value.
-
withValue
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.
-