Bagikan melalui


JobCreateParameters.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 list of user defined environment variables which will be setup for the job.

Applies to