EnvironmentVariable interface
属性
| name | 环境变量名称 |
| value | 此环境变量的值必须是 AppSetting 的名称。 容器中环境变量的实际值将在运行时从指定的 AppSetting 中检索。 如果未找到 AppSetting,则在运行时将该值设置为容器中的空字符串。 |
属性详细信息
name
环境变量名称
name: string
属性值
string
value
此环境变量的值必须是 AppSetting 的名称。 容器中环境变量的实际值将在运行时从指定的 AppSetting 中检索。 如果未找到 AppSetting,则在运行时将该值设置为容器中的空字符串。
value: string
属性值
string