Skip to content
DocsTry Aspire
DocsTry

ContainerEnvVarConstruct Properties

ClassProperties1 member
Represents a single environment-variable entry in a container's env block.
ValueSection titled ValueBicepValue<string>
The environment variable value (a literal, or a reference to a Bicep parameter).
public BicepValue<string> Value { get; set; }