Skip to content
DocsTry Aspire
DocsTry

CapturedEnvironmentVariable

Handle
📦 Aspire.Hosting.Docker v13.4.0
interface CapturedEnvironmentVariable {
defaultValue: string;
description: string;
source: ContainerPortReference;
}

Properties

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