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

備註

要為安裝工作設定的使用者定義環境變數集合。

適用於