Uses of Class
com.microsoft.azure.management.batch.ApplicationPackageReference
Packages that use ApplicationPackageReference
Package
Description
This package contains the classes for BatchManagementClient.
-
Uses of ApplicationPackageReference in com.microsoft.azure.management.batch
Methods in com.microsoft.azure.management.batch that return ApplicationPackageReferenceModifier 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.Methods in com.microsoft.azure.management.batch that return types with arguments of type ApplicationPackageReferenceMethod parameters in com.microsoft.azure.management.batch with type arguments of type ApplicationPackageReferenceModifier 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.