EnvironmentVariableSetup Class
The custom setup of setting environment variable.
All required parameters must be populated in order to send to server.
- Inheritance
-
azure.mgmt.datafactory.models._models_py3.CustomSetupBaseEnvironmentVariableSetup
Constructor
EnvironmentVariableSetup(*, variable_name: str, variable_value: str, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
variable_name
|
The name of the environment variable. Required. |
variable_value
|
The value of the environment variable. Required. |
Variables
Name | Description |
---|---|
type
|
The type of custom setup. Required. |
variable_name
|
The name of the environment variable. Required. |
variable_value
|
The value of the environment variable. Required. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python