Share via


ContainerV1.Env Property

Definition

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

Applies to