Class EnvironmentVariable

java.lang.Object
com.microsoft.azure.management.batchai.EnvironmentVariable

public class EnvironmentVariable extends Object
An environment variable definition.
  • Constructor Details

    • EnvironmentVariable

      public EnvironmentVariable()
  • Method Details

    • name

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

      public EnvironmentVariable withName(String name)
      Set the name of the environment variable.
      Parameters:
      name - the name value to set
      Returns:
      the EnvironmentVariable object itself.
    • value

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

      public EnvironmentVariable withValue(String value)
      Set the value of the environment variable.
      Parameters:
      value - the value value to set
      Returns:
      the EnvironmentVariable object itself.