Skip to content
Docs Try Aspire
Docs Try
Handle
📦 Aspire.Hosting.Docker v13.4.0
interface CapturedEnvironmentVariable {
defaultValue: string;
description: string;
source: ContainerPortReference;
}

Properties

property defaultValue string get · set
Gets or sets the default value for the environment variable.
property description string get · set
Gets or sets the description for the environment variable.
property source ContainerPortReference get · set
Gets or sets the source object that originated this environment variable. This could be a `ParameterResource`, `ContainerMountAnnotation`, `ContainerImageReference`, or `ContainerPortReference`.