EnvironmentSetting Class

An environment variable to be set on a task process.

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

Inheritance
azure.mgmt.batch._serialization.Model
EnvironmentSetting

Constructor

EnvironmentSetting(*, name: str, 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.

Variables

Name Description
name
str

The name of the environment variable. Required.

value
str

The value of the environment variable.