Share via


Pool.ApplicationPackages Property

Definition

Gets or sets the list of application packages to be installed on each compute node in the pool.

[Newtonsoft.Json.JsonProperty(PropertyName="properties.applicationPackages")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.ApplicationPackageReference> ApplicationPackages { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.applicationPackages")>]
member this.ApplicationPackages : System.Collections.Generic.IList<Microsoft.Azure.Management.Batch.Models.ApplicationPackageReference> with get, set
Public Property ApplicationPackages As IList(Of ApplicationPackageReference)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Remarks

Changes to application package references affect all new compute nodes joining the pool, but do not affect compute nodes that are already in the pool until they are rebooted or reimaged. There is a maximum of 10 application package references on any given pool.

Applies to