ContainerV1.Env Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Represents a list of environment variables defined for the container. These environment variables can be used within the container during runtime.
[YamlDotNet.Serialization.YamlMember(Alias="env")]
public System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.EnvVarV1> Env { get; }
[<YamlDotNet.Serialization.YamlMember(Alias="env")>]
member this.Env : System.Collections.Generic.List<Aspire.Hosting.Kubernetes.Resources.EnvVarV1>
Public ReadOnly Property Env As List(Of EnvVarV1)
Property Value
- Attributes
-
YamlDotNet.Serialization.YamlMemberAttribute