EnvironmentVariableSetup Class

The custom setup of setting environment variable.

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

Inheritance
azure.mgmt.synapse.models._models_py3.CustomSetupBase
EnvironmentVariableSetup

Constructor

EnvironmentVariableSetup(*, variable_name: str, variable_value: str, **kwargs)

Parameters

type
str
Required

Required. The type of custom setup.Constant filled by server.

variable_name
str
Required

Required. The name of the environment variable.

variable_value
str
Required

Required. The value of the environment variable.