CloudTask.EnvironmentSettings Property

Definition

Gets or sets a list of environment variable settings for the task.

public System.Collections.Generic.IList<Microsoft.Azure.Batch.EnvironmentSetting> EnvironmentSettings { get; set; }
member this.EnvironmentSettings : System.Collections.Generic.IList<Microsoft.Azure.Batch.EnvironmentSetting> with get, set
Public Property EnvironmentSettings As IList(Of EnvironmentSetting)

Property Value

Applies to