Uses of Class
com.microsoft.azure.management.batchai.EnvironmentVariable
Packages that use EnvironmentVariable
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of EnvironmentVariable in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return EnvironmentVariableModifier and TypeMethodDescriptionSet the name of the environment variable.Set the value of the environment variable.Methods in com.microsoft.azure.management.batchai that return types with arguments of type EnvironmentVariableModifier 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.Method parameters in com.microsoft.azure.management.batchai with type arguments of type EnvironmentVariableModifier 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.