Share via


CloudPoolPatchParameters.ApplicationPackageReferences Property

 

Optional. Gets or sets a list of application packages to be installed on each compute node in the pool. If omitted, any existing application package references are left unchanged.

Namespace:   Microsoft.Azure.Batch.Protocol.Models
Assembly:  Microsoft.Azure.Batch (in Microsoft.Azure.Batch.dll)

Syntax

public IList<ApplicationPackageReference> ApplicationPackageReferences { get; set; }
public:
property IList<ApplicationPackageReference^>^ ApplicationPackageReferences {
    IList<ApplicationPackageReference^>^ get();
    void set(IList<ApplicationPackageReference^>^ value);
}
member ApplicationPackageReferences : IList<ApplicationPackageReference> with get, set
Public Property ApplicationPackageReferences As IList(Of ApplicationPackageReference)

Property Value

Type: System.Collections.Generic.IList<ApplicationPackageReference>

See Also

CloudPoolPatchParameters Class
Microsoft.Azure.Batch.Protocol.Models Namespace

Return to top