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