Class EnvironmentSetting

java.lang.Object
com.microsoft.azure.management.batch.EnvironmentSetting

public class EnvironmentSetting extends Object
An environment variable to be set on a task process.
  • Constructor Details

    • EnvironmentSetting

      public EnvironmentSetting()
  • Method Details

    • name

      public String name()
      Get the name value.
      Returns:
      the name value
    • withName

      public EnvironmentSetting withName(String name)
      Set the name value.
      Parameters:
      name - the name value to set
      Returns:
      the EnvironmentSetting object itself.
    • value

      public String value()
      Get the value value.
      Returns:
      the value value
    • withValue

      public EnvironmentSetting withValue(String value)
      Set the value value.
      Parameters:
      value - the value value to set
      Returns:
      the EnvironmentSetting object itself.