Class ConfigurationListForBatchUpdate

java.lang.Object
com.azure.resourcemanager.mysqlflexibleserver.models.ConfigurationListForBatchUpdate

public final class ConfigurationListForBatchUpdate extends Object
A list of server configurations to update.
  • Constructor Details

    • ConfigurationListForBatchUpdate

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

    • value

      Get the value property: The list of server configurations.
      Returns:
      the value value.
    • withValue

      Set the value property: The list of server configurations.
      Parameters:
      value - the value value to set.
      Returns:
      the ConfigurationListForBatchUpdate object itself.
    • resetAllToDefault

      public ResetAllToDefault resetAllToDefault()
      Get the resetAllToDefault property: Whether to reset all server parameters to default.
      Returns:
      the resetAllToDefault value.
    • withResetAllToDefault

      public ConfigurationListForBatchUpdate withResetAllToDefault(ResetAllToDefault resetAllToDefault)
      Set the resetAllToDefault property: Whether to reset all server parameters to default.
      Parameters:
      resetAllToDefault - the resetAllToDefault value to set.
      Returns:
      the ConfigurationListForBatchUpdate object itself.
    • validate

      public void validate()
      Validates the instance.
      Throws:
      IllegalArgumentException - thrown if the instance is not valid.