EnvironmentVar Class

Container App container environment variable.

Constructor

EnvironmentVar()

Variables

Name Description
name
str

Environment variable name.

value
str

Non-secret environment variable value.

secret_ref
str

Name of the Container App secret from which to pull the environment variable value.

Attributes

name

Environment variable name.

name: str

secretRef

Name of the Container App secret from which to pull the environment variable value.

secretRef: str

value

Non-secret environment variable value.

value: str