Uses of Class
com.azure.resourcemanager.batch.models.EnvironmentSetting
Packages that use EnvironmentSetting
Package
Description
Package containing the data models for BatchManagementClient.
-
Uses of EnvironmentSetting in com.azure.resourcemanager.batch.models
Methods in com.azure.resourcemanager.batch.models that return EnvironmentSettingModifier and TypeMethodDescriptionSet the name property: The name of the environment variable.Set the value property: The value of the environment variable.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type EnvironmentSettingModifier and TypeMethodDescriptionStartTask.environmentSettings()Get the environmentSettings property: A list of environment variable settings for the start task.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type EnvironmentSettingModifier and TypeMethodDescriptionStartTask.withEnvironmentSettings(List<EnvironmentSetting> environmentSettings) Set the environmentSettings property: A list of environment variable settings for the start task.