EnvironmentVariable Class
The environment variable to set within the container instance.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
EnvironmentVariable
Constructor
EnvironmentVariable(*, name: str, value: Optional[str] = None, secure_value: Optional[str] = None, **kwargs)
Variables
- name
- str
Required. The name of the environment variable.
- value
- str
The value of the environment variable.
- secure_value
- str
The value of the secure environment variable.
Feedback
Submit and view feedback for