Share via


Job.EnvironmentVariables Property

Definition

Gets or sets environment variables.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.environmentVariables")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariable> EnvironmentVariables { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.environmentVariables")>]
member this.EnvironmentVariables : System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariable> with get, set
Public Property EnvironmentVariables As IList(Of EnvironmentVariable)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

A collection of user defined environment variables to be setup for the job.

Applies to