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

CloudPool.ApplicationPackageReferences 属性

定义

获取或设置要安装在池中每个计算节点上的应用程序包的列表。

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

属性值

注解

对应用程序包引用的更改会影响加入池的所有新计算节点,但在重新启动或重置映像之前,不会影响池中已有的计算节点。 任何给定池上最多有 10 个应用程序包引用。

适用于