Uses of Class
com.microsoft.azure.management.batchai.EnvironmentVariable
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of EnvironmentVariable in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionSet the name of the environment variable.Set the value of the environment variable.Modifier and TypeMethodDescriptionBatchAIJob.environmentVariables()
JobCreateParameters.environmentVariables()
Get a list of user defined environment variables which will be setup for the job.SetupTask.environmentVariables()
Get a collection of user defined environment variables to be set for setup task.Modifier and TypeMethodDescriptionJobCreateParameters.withEnvironmentVariables
(List<EnvironmentVariable> environmentVariables) Set a list of user defined environment variables which will be setup for the job.SetupTask.withEnvironmentVariables
(List<EnvironmentVariable> environmentVariables) Set a collection of user defined environment variables to be set for setup task.