CloudJob.CommonEnvironmentSettings プロパティ

定義

一般的な環境変数設定の一覧を取得または設定します。 これらの環境変数は、この CloudJob 内のすべてのタスク (ジョブ マネージャー、ジョブ準備、ジョブ リリース タスクを含む) に設定されます。

public System.Collections.Generic.IList<Microsoft.Azure.Batch.EnvironmentSetting> CommonEnvironmentSettings { get; set; }
member this.CommonEnvironmentSettings : System.Collections.Generic.IList<Microsoft.Azure.Batch.EnvironmentSetting> with get, set
Public Property CommonEnvironmentSettings As IList(Of EnvironmentSetting)

プロパティ値

適用対象