次の方法で共有


JobSpecification.CommonEnvironmentSettings プロパティ

定義

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

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)

プロパティ値

注釈

これらの環境変数は、この CloudJobSchedule 下で作成されたジョブ内のすべてのタスク (ジョブ マネージャー、ジョブ準備、ジョブ リリース タスクを含む) に設定されます。

適用対象