你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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 (下创建的作业中的所有任务设置的,包括作业管理器、作业准备和作业释放任务) 。

适用于