NewTaskParameters.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.
A list of application packages that the Batch service will deploy to the compute node before running the command line.
public Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[] ApplicationPackageReferences { get; set; }
member this.ApplicationPackageReferences : Microsoft.Azure.Commands.Batch.Models.PSApplicationPackageReference[] with get, set
Public Property ApplicationPackageReferences As PSApplicationPackageReference()