你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn。
JobPreparationTask.ContainerSettings 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取或设置运行任务的容器的设置。
public Microsoft.Azure.Batch.TaskContainerSettings ContainerSettings { get; set; }
member this.ContainerSettings : Microsoft.Azure.Batch.TaskContainerSettings with get, set
Public Property ContainerSettings As TaskContainerSettings
属性值
注解
指定此项后,所有目录都以递归方式AZ_BATCH_NODE_ROOT_DIR (节点上Azure Batch目录的根目录) 映射到容器中,所有任务环境变量都映射到容器中,任务命令行在容器中执行。