Class ConfigurationForBatchUpdateProperties

java.lang.Object
com.azure.resourcemanager.mysqlflexibleserver.fluent.models.ConfigurationForBatchUpdateProperties

public final class ConfigurationForBatchUpdateProperties extends Object
The properties can be updated for a configuration.
  • Constructor Details

    • ConfigurationForBatchUpdateProperties

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

    • value

      public String value()
      Get the value property: Value of the configuration.
      Returns:
      the value value.
    • withValue

      Set the value property: Value of the configuration.
      Parameters:
      value - the value value to set.
      Returns:
      the ConfigurationForBatchUpdateProperties object itself.
    • source

      public String source()
      Get the source property: Source of the configuration.
      Returns:
      the source value.
    • withSource

      public ConfigurationForBatchUpdateProperties withSource(String source)
      Set the source property: Source of the configuration.
      Parameters:
      source - the source value to set.
      Returns:
      the ConfigurationForBatchUpdateProperties object itself.
    • validate

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