Uses of Class
com.azure.compute.batch.models.BatchApplicationPackageReference
Packages that use BatchApplicationPackageReference
-
Uses of BatchApplicationPackageReference in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchApplicationPackageReferenceModifier and TypeMethodDescriptionBatchApplicationPackageReference.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchApplicationPackageReference from the JsonReader.BatchApplicationPackageReference.setVersion
(String version) Set the version property: The version of the application to deploy.Methods in com.azure.compute.batch.models that return types with arguments of type BatchApplicationPackageReferenceModifier and TypeMethodDescriptionBatchJobManagerTask.getApplicationPackageReferences()
Get the applicationPackageReferences property: A list of Application Packages that the Batch service will deploy to the Compute Node before running the command line.Application Packages are downloaded and deployed to a shared directory, not the Task working directory.BatchPool.getApplicationPackageReferences()
Get the applicationPackageReferences property: The list of Packages to be installed on each Compute Node in the Pool.BatchPoolCreateContent.getApplicationPackageReferences()
Get the applicationPackageReferences property: The list of Packages to be installed on each Compute Node in the Pool.BatchPoolReplaceContent.getApplicationPackageReferences()
Get the applicationPackageReferences property: The list of Application Packages to be installed on each Compute Node in the Pool.BatchPoolSpecification.getApplicationPackageReferences()
Get the applicationPackageReferences property: The list of Packages to be installed on each Compute Node in the Pool.BatchPoolUpdateContent.getApplicationPackageReferences()
Get the applicationPackageReferences property: A list of Packages to be installed on each Compute Node in the Pool.BatchTask.getApplicationPackageReferences()
Get the applicationPackageReferences property: A list of Packages that the Batch service will deploy to the Compute Node before running the command line.BatchTaskCreateContent.getApplicationPackageReferences()
Get the applicationPackageReferences property: A list of Packages that the Batch service will deploy to the Compute Node before running the command line.Method parameters in com.azure.compute.batch.models with type arguments of type BatchApplicationPackageReferenceModifier and TypeMethodDescriptionBatchJobManagerTask.setApplicationPackageReferences
(List<BatchApplicationPackageReference> applicationPackageReferences) Set the applicationPackageReferences property: A list of Application Packages that the Batch service will deploy to the Compute Node before running the command line.Application Packages are downloaded and deployed to a shared directory, not the Task working directory.BatchPoolCreateContent.setApplicationPackageReferences
(List<BatchApplicationPackageReference> applicationPackageReferences) Set the applicationPackageReferences property: The list of Packages to be installed on each Compute Node in the Pool.BatchPoolSpecification.setApplicationPackageReferences
(List<BatchApplicationPackageReference> applicationPackageReferences) Set the applicationPackageReferences property: The list of Packages to be installed on each Compute Node in the Pool.BatchPoolUpdateContent.setApplicationPackageReferences
(List<BatchApplicationPackageReference> applicationPackageReferences) Set the applicationPackageReferences property: A list of Packages to be installed on each Compute Node in the Pool.BatchTaskCreateContent.setApplicationPackageReferences
(List<BatchApplicationPackageReference> applicationPackageReferences) Set the applicationPackageReferences property: A list of Packages that the Batch service will deploy to the Compute Node before running the command line.