Share via


JobReleaseTask.EnvironmentSettings Property

Definition

Gets or sets a list of environment variable settings for the Job Release Task.

[Newtonsoft.Json.JsonProperty(PropertyName="environmentSettings")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.EnvironmentSetting> EnvironmentSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="environmentSettings")>]
member this.EnvironmentSettings : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.EnvironmentSetting> with get, set
Public Property EnvironmentSettings As IList(Of EnvironmentSetting)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to