BatchTask.EnvironmentSettings Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A list of environment variable settings for the Task.
public System.Collections.Generic.IReadOnlyList<Azure.Compute.Batch.EnvironmentSetting> EnvironmentSettings { get; }
member this.EnvironmentSettings : System.Collections.Generic.IReadOnlyList<Azure.Compute.Batch.EnvironmentSetting>
Public ReadOnly Property EnvironmentSettings As IReadOnlyList(Of EnvironmentSetting)