Class ServerListResult

java.lang.Object
com.azure.resourcemanager.mariadb.models.ServerListResult

public final class ServerListResult extends Object
A list of servers.
  • Constructor Details

    • ServerListResult

      public ServerListResult()
      Creates an instance of ServerListResult class.
  • Method Details

    • 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.