EnvironmentVariable Class

The environment variable to pass to the script in the container instance.

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

Inheritance
azure.mgmt.resource.deploymentscripts._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.