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.CustomSetupBase
EnvironmentVariableSetup

Constructor

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

Keyword-Only Parameters

Name Description
variable_name
str

The name of the environment variable. Required.

variable_value
str

The value of the environment variable. Required.

Variables

Name Description
type
str

The type of custom setup. Required.

variable_name
str

The name of the environment variable. Required.

variable_value
str

The value of the environment variable. Required.