CapturedEnvironmentVariable
Handle
interface CapturedEnvironmentVariable { defaultValue: string; description: string; source: ContainerPortReference;} 6 members
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`.