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.CustomSetupBaseEnvironmentVariableSetup
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.
Feedback
Submit and view feedback for