次の方法で共有


JobCreateParameters.EnvironmentVariables プロパティ

定義

環境変数を取得または設定します。

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

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

注釈

ジョブ用に設定されるユーザー定義環境変数の一覧。

適用対象