EnvironmentVariableSetup Class

The custom setup of setting environment variable.

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

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

Constructor

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

Variables

type
str

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

variable_name
str

Required. The name of the environment variable.

variable_value
str

Required. The value of the environment variable.