EnvironmentVariable Class

The environment variable to set within the container instance.

All required parameters must be populated in order to send to Azure.

Inheritance
azure.mgmt.containerinstance._serialization.Model
EnvironmentVariable

Constructor

EnvironmentVariable(*, name: str, value: str | None = None, secure_value: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

The name of the environment variable. Required.

value
str

The value of the environment variable.

secure_value
str

The value of the secure environment variable.

Variables

Name Description
name
str

The name of the environment variable. Required.

value
str

The value of the environment variable.

secure_value
str

The value of the secure environment variable.