Skip to content
Docs Try Aspire
Docs Try

CapturedEnvironmentVariable

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

Properties

property defaultValue string get · set
Gets the DefaultValue property
property description string get · set
Gets the Description property
property source ContainerPortReference get · set
Gets the Source property