EnvironmentVar Class
Container App container environment variable.
Constructor
EnvironmentVar()
Variables
| Name | Description |
|---|---|
|
name
|
Environment variable name. |
|
value
|
Non-secret environment variable value. |
|
secret_ref
|
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