次の方法で共有


CloudTask.EnvironmentSettings プロパティ

定義

Task の環境変数設定の一覧を取得または設定します。

[Newtonsoft.Json.JsonProperty(PropertyName="environmentSettings")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.EnvironmentSetting> EnvironmentSettings { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="environmentSettings")>]
member this.EnvironmentSettings : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.EnvironmentSetting> with get, set
Public Property EnvironmentSettings As IList(Of EnvironmentSetting)

プロパティ値

属性
Newtonsoft.Json.JsonPropertyAttribute

適用対象