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

EnvironmentVariable interface

属性

name

环境变量名称

value

此环境变量的值必须是 AppSetting 的名称。 容器中环境变量的实际值将在运行时从指定的 AppSetting 中检索。 如果未找到 AppSetting,则在运行时将该值设置为容器中的空字符串。

属性详细信息

name

环境变量名称

name: string

属性值

string

value

此环境变量的值必须是 AppSetting 的名称。 容器中环境变量的实际值将在运行时从指定的 AppSetting 中检索。 如果未找到 AppSetting,则在运行时将该值设置为容器中的空字符串。

value: string

属性值

string