Uses of Class
com.azure.resourcemanager.mysqlflexibleserver.models.ServerListResult
-
Packages that use ServerListResult Package Description com.azure.resourcemanager.mysqlflexibleserver.models Package containing the data models for MySqlManagementClient. -
-
Uses of ServerListResult in com.azure.resourcemanager.mysqlflexibleserver.models
Methods in com.azure.resourcemanager.mysqlflexibleserver.models that return ServerListResult Modifier and Type Method Description ServerListResult
ServerListResult. withNextLink(String nextLink)
Set the nextLink property: The link used to get the next page of operations.ServerListResult
ServerListResult. withValue(List<ServerInner> value)
Set the value property: The list of servers.
-