Bagikan melalui


SetupTask.EnvironmentVariables Property

Definition

Gets or sets environment variables.

[Newtonsoft.Json.JsonProperty(PropertyName="environmentVariables")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.BatchAI.Models.EnvironmentVariable> EnvironmentVariables { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="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 set for setup task.

Applies to