Uses of Class
com.microsoft.azure.management.batch.ApplicationPackageReference
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ApplicationPackageReference in com.microsoft.azure.management.batch
Modifier and TypeMethodDescriptionSet the id value.ApplicationPackageReference.withVersion
(String version) Set if this is omitted, and no default version is specified for this application, the request fails with the error code InvalidApplicationPackageReferences.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithAttach.withApplicationPackages
(List<ApplicationPackageReference> applicationPackages) Specifies the application package references affect all new compute nodes joining the pool.Pool.UpdateDefinitionStages.WithAttach.withApplicationPackages
(List<ApplicationPackageReference> applicationPackages) Specifies the application package references affect all new compute nodes joining the pool.Pool.UpdateStages.WithAttach.withApplicationPackages
(List<ApplicationPackageReference> applicationPackages) Specifies the application package references affect all new compute nodes joining the pool.