Share via


BatchPoolCreateContent.ApplicationPackageReferences Property

Definition

The list of Packages to be installed on each Compute Node in the Pool. When creating a pool, the package's application ID must be fully qualified (/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Batch/batchAccounts/{accountName}/applications/{applicationName}). 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. There is a maximum of 10 Package references on any given Pool.

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