Share via


BatchPoolUpdateContent.ApplicationPackageReferences Property

Definition

A list of Packages to be installed on each Compute Node in the Pool. Changes to Package references affect all new Nodes joining the Pool, but do not affect Compute Nodes that are already in the Pool until they are rebooted or reimaged. If this element is present, it replaces any existing Package references. If you specify an empty collection, then all Package references are removed from the Pool. If omitted, any existing Package references are left unchanged.

public System.Collections.Generic.IList<Azure.Compute.Batch.BatchApplicationPackageReference> ApplicationPackageReferences { get; }
member this.ApplicationPackageReferences : System.Collections.Generic.IList<Azure.Compute.Batch.BatchApplicationPackageReference>
Public ReadOnly Property ApplicationPackageReferences As IList(Of BatchApplicationPackageReference)

Property Value

Applies to