SetupTask.EnvironmentVariables 속성

정의

환경 변수를 가져오거나 설정합니다.

[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)

속성 값

특성
Newtonsoft.Json.JsonPropertyAttribute

설명

설치 작업을 위해 설정할 사용자 정의 환경 변수의 컬렉션입니다.

적용 대상