Uses of Class
com.azure.compute.batch.models.EnvironmentSetting
Packages that use EnvironmentSetting
-
Uses of EnvironmentSetting in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return EnvironmentSettingModifier and TypeMethodDescriptionstatic EnvironmentSetting
EnvironmentSetting.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of EnvironmentSetting from the JsonReader.Set the value property: The value of the environment variable.Methods in com.azure.compute.batch.models that return types with arguments of type EnvironmentSettingModifier and TypeMethodDescriptionBatchJob.getCommonEnvironmentSettings()
Get the commonEnvironmentSettings property: The list of common environment variable settings.BatchJobCreateContent.getCommonEnvironmentSettings()
Get the commonEnvironmentSettings property: The list of common environment variable settings.BatchJobSpecification.getCommonEnvironmentSettings()
Get the commonEnvironmentSettings property: A list of common environment variable settings.BatchJobManagerTask.getEnvironmentSettings()
Get the environmentSettings property: A list of environment variable settings for the Job Manager Task.BatchJobPreparationTask.getEnvironmentSettings()
Get the environmentSettings property: A list of environment variable settings for the Job Preparation Task.BatchJobReleaseTask.getEnvironmentSettings()
Get the environmentSettings property: A list of environment variable settings for the Job Release Task.BatchStartTask.getEnvironmentSettings()
Get the environmentSettings property: A list of environment variable settings for the StartTask.BatchTask.getEnvironmentSettings()
Get the environmentSettings property: A list of environment variable settings for the Task.BatchTaskCreateContent.getEnvironmentSettings()
Get the environmentSettings property: A list of environment variable settings for the Task.Method parameters in com.azure.compute.batch.models with type arguments of type EnvironmentSettingModifier and TypeMethodDescriptionBatchJobCreateContent.setCommonEnvironmentSettings
(List<EnvironmentSetting> commonEnvironmentSettings) Set the commonEnvironmentSettings property: The list of common environment variable settings.BatchJobSpecification.setCommonEnvironmentSettings
(List<EnvironmentSetting> commonEnvironmentSettings) Set the commonEnvironmentSettings property: A list of common environment variable settings.BatchJobManagerTask.setEnvironmentSettings
(List<EnvironmentSetting> environmentSettings) Set the environmentSettings property: A list of environment variable settings for the Job Manager Task.BatchJobPreparationTask.setEnvironmentSettings
(List<EnvironmentSetting> environmentSettings) Set the environmentSettings property: A list of environment variable settings for the Job Preparation Task.BatchJobReleaseTask.setEnvironmentSettings
(List<EnvironmentSetting> environmentSettings) Set the environmentSettings property: A list of environment variable settings for the Job Release Task.BatchStartTask.setEnvironmentSettings
(List<EnvironmentSetting> environmentSettings) Set the environmentSettings property: A list of environment variable settings for the StartTask.BatchTaskCreateContent.setEnvironmentSettings
(List<EnvironmentSetting> environmentSettings) Set the environmentSettings property: A list of environment variable settings for the Task.