Class EnvironmentVariable
java.lang.Object
com.microsoft.azure.management.batchai.EnvironmentVariable
An environment variable definition.
-
Constructor Details
-
EnvironmentVariable
public EnvironmentVariable()
-
-
Method Details
-
name
Get the name of the environment variable.- Returns:
- the name value
-
withName
Set the name of the environment variable.- Parameters:
name
- the name value to set- Returns:
- the EnvironmentVariable object itself.
-
value
Get the value of the environment variable.- Returns:
- the value value
-
withValue
Set the value of the environment variable.- Parameters:
value
- the value value to set- Returns:
- the EnvironmentVariable object itself.
-