Uses of Class
com.azure.resourcemanager.batch.models.ApplicationPackageReference
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of ApplicationPackageReference in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPoolInner.applicationPackages()
Get the applicationPackages property: The list of application packages to be installed on each compute node in the pool.PoolProperties.applicationPackages()
Get the applicationPackages property: The list of application packages to be installed on each compute node in the pool.Modifier and TypeMethodDescriptionPoolInner.withApplicationPackages
(List<ApplicationPackageReference> applicationPackages) Set the applicationPackages property: The list of application packages to be installed on each compute node in the pool.PoolProperties.withApplicationPackages
(List<ApplicationPackageReference> applicationPackages) Set the applicationPackages property: The list of application packages to be installed on each compute node in the pool. -
Uses of ApplicationPackageReference in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionSet the id property: The ID of the application package to install.ApplicationPackageReference.withVersion
(String version) Set the version property: The version of the application to deploy.Modifier and TypeMethodDescriptionPool.applicationPackages()
Gets the applicationPackages property: The list of application packages to be installed on each compute node in the pool.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithApplicationPackages.withApplicationPackages
(List<ApplicationPackageReference> applicationPackages) Specifies the applicationPackages property: The list of application packages to be installed on each compute node in the pool.Pool.UpdateStages.WithApplicationPackages.withApplicationPackages
(List<ApplicationPackageReference> applicationPackages) Specifies the applicationPackages property: The list of application packages to be installed on each compute node in the pool.