PoolPatchParameter.ApplicationPackageReferences Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a list of Packages to be installed on each Compute Node in the Pool.
[Newtonsoft.Json.JsonProperty(PropertyName="applicationPackageReferences")]
public System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ApplicationPackageReference> ApplicationPackageReferences { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="applicationPackageReferences")>]
member this.ApplicationPackageReferences : System.Collections.Generic.IList<Microsoft.Azure.Batch.Protocol.Models.ApplicationPackageReference> with get, set
Public Property ApplicationPackageReferences As IList(Of ApplicationPackageReference)
Property Value
- Attributes
-
Newtonsoft.Json.JsonPropertyAttribute
Remarks
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.
Applies to
Azure SDK for .NET