ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface NodeSetupTask.DefinitionStages.WithEnvironmentVariable<ParentT>
| Modifier and Type | Method and Description |
|---|---|
NodeSetupTask.DefinitionStages.WithAttach<ParentT> |
withEnvironmentVariable(String name,
String value) |
NodeSetupTask.DefinitionStages.WithAttach<ParentT> withEnvironmentVariable(String name, String value)
name - name of the variable to setvalue - value of the variable to set /**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/