| Package | Description | 
|---|---|
| com.microsoft.azure.management.batchai | 
 This package contains the classes for BatchAIManagementClient. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
EnvironmentVariable | 
EnvironmentVariable.withName(String name)
Set the name of the environment variable. 
 | 
EnvironmentVariable | 
EnvironmentVariable.withValue(String value)
Set the value of the environment variable. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
List<EnvironmentVariable> | 
JobCreateParameters.environmentVariables()
Get a list of user defined environment variables which will be setup for the job. 
 | 
List<EnvironmentVariable> | 
BatchAIJob.environmentVariables()  | 
List<EnvironmentVariable> | 
SetupTask.environmentVariables()
Get a collection of user defined environment variables to be set for setup task. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JobCreateParameters | 
JobCreateParameters.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables)
Set a list of user defined environment variables which will be setup for the job. 
 | 
SetupTask | 
SetupTask.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables)
Set a collection of user defined environment variables to be set for setup task. 
 | 
Copyright © 2019. All rights reserved.