Application.ApplicationPackages Property
Required. Gets or sets the list of packages under this application.
Namespace: Microsoft.Azure.Management.Batch.Models
Assembly: Microsoft.Azure.Management.Batch (in Microsoft.Azure.Management.Batch.dll)
Syntax
public IList<ApplicationPackage> ApplicationPackages { get; set; }
public:
property IList<ApplicationPackage^>^ ApplicationPackages {
IList<ApplicationPackage^>^ get();
void set(IList<ApplicationPackage^>^ value);
}
member ApplicationPackages : IList<ApplicationPackage> with get, set
Public Property ApplicationPackages As IList(Of ApplicationPackage)
Property Value
Type: System.Collections.Generic.IList<ApplicationPackage>
See Also
Application Class
Microsoft.Azure.Management.Batch.Models Namespace
Return to top