Uses of Class
com.microsoft.azure.management.batch.EnvironmentSetting
-
-
Uses of EnvironmentSetting in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return EnvironmentSetting Modifier and Type Method Description EnvironmentSettingEnvironmentSetting. withName(String name)Set the name value.EnvironmentSettingEnvironmentSetting. withValue(String value)Set the value value.Methods in com.microsoft.azure.management.batch that return types with arguments of type EnvironmentSetting Modifier and Type Method Description List<EnvironmentSetting>StartTask. environmentSettings()Get the environmentSettings value.Method parameters in com.microsoft.azure.management.batch with type arguments of type EnvironmentSetting Modifier and Type Method Description StartTaskStartTask. withEnvironmentSettings(List<EnvironmentSetting> environmentSettings)Set the environmentSettings value.
-