Share via


CloudPoolUpdatePropertiesParameters.ApplicationPackageReferences Property

 

Required. Gets or sets a list of application packages to be installed on each compute node in the pool. If you specify an empty collection, any existing application packages references are removed from the pool.

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

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

Return to top