次の方法で共有


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

注釈

セットアップ タスクに設定するユーザー定義の環境変数のコレクション。

適用対象