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