你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

EnvironmentVariableSetup interface

设置环境变量的自定义设置。

扩展

属性

type

多态鉴别器,它指定此对象可以的不同类型的

variableName

环境变量的名称。

variableValue

环境变量的值。

属性详细信息

type

多态鉴别器,它指定此对象可以的不同类型的

type: "EnvironmentVariableSetup"

属性值

"EnvironmentVariableSetup"

variableName

环境变量的名称。

variableName: string

属性值

string

variableValue

环境变量的值。

variableValue: string

属性值

string