ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface NodeSetupTask.DefinitionStages.WithEnvironmentVariableSecretValue<ParentT>
| Modifier and Type | Method and Description |
|---|---|
NodeSetupTask.DefinitionStages.WithAttach<ParentT> |
withEnvironmentVariableSecretValue(String name,
String value)
Sets the value of the environment variable.
|
NodeSetupTask.DefinitionStages.WithAttach<ParentT> |
withEnvironmentVariableSecretValue(String name,
String keyVaultId,
String secretUrl)
Specifies KeyVault Store and Secret which contains the value for the
environment variable.
|
NodeSetupTask.DefinitionStages.WithAttach<ParentT> withEnvironmentVariableSecretValue(String name, String value)
name - name of the variable to setvalue - value of the variable to setNodeSetupTask.DefinitionStages.WithAttach<ParentT> 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.