public static interface BatchAIJob.DefinitionStages.WithEnvironmentVariableSecretValue
| Modifier and Type | Method and Description |
|---|---|
BatchAIJob.DefinitionStages.WithCreate |
withEnvironmentVariableSecretValue(String name,
String value)
Sets the value of the environment variable.
|
BatchAIJob.DefinitionStages.WithCreate |
withEnvironmentVariableSecretValue(String name,
String keyVaultId,
String secretUrl)
Specifies KeyVault Store and Secret which contains the value for the
environment variable.
|
BatchAIJob.DefinitionStages.WithCreate withEnvironmentVariableSecretValue(String name, String value)
name - name of the variable to setvalue - value of the variable to setBatchAIJob.DefinitionStages.WithCreate withEnvironmentVariableSecretValue(String name, String keyVaultId, String secretUrl)
name - name of the variable to setkeyVaultId - fully qualified resource Id for the Key VaultsecretUrl - the URL referencing a secret in a Key VaultCopyright © 2019. All rights reserved.