ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithEnvironmentVariables<ParentT>.withEnvironmentVariables(Map<String, String> environmentVariables) 方法
定义
Specifies the environment variables.
public WithContainerInstanceAttach<ParentT> withEnvironmentVariables(Map<String, String> environmentVariables)
参数
- environmentVariables
- Map<String, String>
the environment variables in a name and value pair to be set after the container gets initialized
返回
ContainerGroup.DefinitionStages.ContainerInstanceDefinitionStages.WithContainerInstanceAttach<ParentT>
the next stage of the definition