Uses of Class
com.azure.resourcemanager.batch.models.ApplicationPackageReference
Packages that use 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
Methods in com.azure.resourcemanager.batch.fluent.models that return types with arguments of type ApplicationPackageReferenceModifier 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.Method parameters in com.azure.resourcemanager.batch.fluent.models with type arguments of type ApplicationPackageReferenceModifier 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
Methods in com.azure.resourcemanager.batch.models that return ApplicationPackageReferenceModifier 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.Methods in com.azure.resourcemanager.batch.models that return types with arguments of type ApplicationPackageReferenceModifier and TypeMethodDescriptionPool.applicationPackages()Gets the applicationPackages property: The list of application packages to be installed on each compute node in the pool.Method parameters in com.azure.resourcemanager.batch.models with type arguments of type ApplicationPackageReferenceModifier 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.