| Modifier and Type | Method and Description |
|---|---|
EnvironmentVariable |
EnvironmentVariable.withName(String name)
Set the name value.
|
EnvironmentVariable |
EnvironmentVariable.withSecureValue(String secureValue)
Set the secureValue value.
|
EnvironmentVariable |
EnvironmentVariable.withValue(String value)
Set the value value.
|
| Modifier and Type | Method and Description |
|---|---|
List<EnvironmentVariable> |
Container.environmentVariables()
Get the environmentVariables value.
|
| Modifier and Type | Method and Description |
|---|---|
Container |
Container.withEnvironmentVariables(List<EnvironmentVariable> environmentVariables)
Set the environmentVariables value.
|
/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/