Uses of Class
com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of EnvironmentVariableWithSecretValue in com.microsoft.azure.management.batchai
Modifier and TypeMethodDescriptionSet the name of the environment variable to store the secret value.Set the value of the environment variable.EnvironmentVariableWithSecretValue.withValueSecretReference
(KeyVaultSecretReference valueSecretReference) Set keyVault store and secret which contains the value for the environment variable.Modifier and TypeMethodDescriptionBatchAIJob.secrets()
JobCreateParameters.secrets()
Get a list of user defined environment variables with secret values which will be setup for the job.SetupTask.secrets()
Get a collection of user defined environment variables with secret values to be set for the setup task.Modifier and TypeMethodDescriptionJobCreateParameters.withSecrets
(List<EnvironmentVariableWithSecretValue> secrets) Set a list of user defined environment variables with secret values which will be setup for the job.SetupTask.withSecrets
(List<EnvironmentVariableWithSecretValue> secrets) Set a collection of user defined environment variables with secret values to be set for the setup task.