public static interface BatchAIJob.DefinitionStages.WithEnvironmentVariable
| Modifier and Type | Method and Description |
|---|---|
BatchAIJob.DefinitionStages.WithCreate |
withEnvironmentVariable(String name,
String value) |
BatchAIJob.DefinitionStages.WithCreate 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.
*/