Uses of Class
com.microsoft.azure.management.batchai.EnvironmentVariableWithSecretValue
Packages that use EnvironmentVariableWithSecretValue
Package
Description
This package contains the classes for BatchAIManagementClient.
-
Uses of EnvironmentVariableWithSecretValue in com.microsoft.azure.management.batchai
Methods in com.microsoft.azure.management.batchai that return EnvironmentVariableWithSecretValueModifier 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.Methods in com.microsoft.azure.management.batchai that return types with arguments of type EnvironmentVariableWithSecretValueModifier 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.Method parameters in com.microsoft.azure.management.batchai with type arguments of type EnvironmentVariableWithSecretValueModifier 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.