Uses of Class
com.azure.resourcemanager.datafactory.models.EnvironmentVariableSetup
-
Packages that use EnvironmentVariableSetup Package Description com.azure.resourcemanager.datafactory.models Package containing the data models for DataFactoryManagementClient. -
-
Uses of EnvironmentVariableSetup in com.azure.resourcemanager.datafactory.models
Methods in com.azure.resourcemanager.datafactory.models that return EnvironmentVariableSetup Modifier and Type Method Description EnvironmentVariableSetup
EnvironmentVariableSetup. withVariableName(String variableName)
Set the variableName property: The name of the environment variable.EnvironmentVariableSetup
EnvironmentVariableSetup. withVariableValue(String variableValue)
Set the variableValue property: The value of the environment variable.
-