Uses of Class
com.azure.compute.batch.models.BatchPoolInfo
Packages that use BatchPoolInfo
-
Uses of BatchPoolInfo in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchPoolInfoModifier and TypeMethodDescriptionstatic BatchPoolInfo
BatchPoolInfo.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchPoolInfo from the JsonReader.BatchJob.getPoolInfo()
Get the poolInfo property: The Pool settings associated with the Job.BatchJobCreateContent.getPoolInfo()
Get the poolInfo property: The Pool on which the Batch service runs the Job's Tasks.BatchJobSpecification.getPoolInfo()
Get the poolInfo property: The Pool on which the Batch service runs the Tasks of Jobs created under this schedule.BatchJobUpdateContent.getPoolInfo()
Get the poolInfo property: The Pool on which the Batch service runs the Job's Tasks.BatchPoolInfo.setAutoPoolSpecification
(BatchAutoPoolSpecification autoPoolSpecification) Set the autoPoolSpecification property: Characteristics for a temporary 'auto pool'.Set the poolId property: The ID of an existing Pool.Methods in com.azure.compute.batch.models with parameters of type BatchPoolInfoModifier and TypeMethodDescriptionBatchJobUpdateContent.setPoolInfo
(BatchPoolInfo poolInfo) Set the poolInfo property: The Pool on which the Batch service runs the Job's Tasks.Constructors in com.azure.compute.batch.models with parameters of type BatchPoolInfoModifierConstructorDescriptionBatchJob
(BatchPoolInfo poolInfo) Creates an instance of BatchJob class.BatchJobCreateContent
(String id, BatchPoolInfo poolInfo) Creates an instance of BatchJobCreateContent class.BatchJobSpecification
(BatchPoolInfo poolInfo) Creates an instance of BatchJobSpecification class.