ParentT - the stage of the parent definition to return to after attaching this definitionpublic static interface ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables<ParentT>
| Modifier and Type | Method and Description |
|---|---|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
withEnvironmentVariable(String envName,
String envValue)
Specifies the environment variable.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> |
withEnvironmentVariables(Map<String,String> environmentVariables)
Specifies the environment variables.
|
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withEnvironmentVariables(Map<String,String> environmentVariables)
environmentVariables - the environment variables in a name and value pair to be set after the container gets initializedContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT> withEnvironmentVariable(String envName, String envValue)
envName - the environment variable nameenvValue - the environment variable value/**
* Copyright (c) Microsoft Corporation. All rights reserved.
* Licensed under the MIT License. See License.txt in the project root for
* license information.
*/