Uses of Class
com.azure.compute.batch.models.BatchJobUpdateContent
Packages that use BatchJobUpdateContent
Package
Description
Package containing the classes for Batch.
Package containing the data models for Batch.
-
Uses of BatchJobUpdateContent in com.azure.compute.batch
Methods in com.azure.compute.batch with parameters of type BatchJobUpdateContentModifier and TypeMethodDescriptionBatchAsyncClient.updateJob
(String jobId, BatchJobUpdateContent job) Updates the properties of the specified Job.BatchAsyncClient.updateJob
(String jobId, BatchJobUpdateContent job, UpdateBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Updates the properties of the specified Job.void
BatchClient.updateJob
(String jobId, BatchJobUpdateContent job) Updates the properties of the specified Job.void
BatchClient.updateJob
(String jobId, BatchJobUpdateContent job, UpdateBatchJobOptions options, com.azure.core.http.RequestConditions requestConditions) Updates the properties of the specified Job. -
Uses of BatchJobUpdateContent in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobUpdateContentModifier and TypeMethodDescriptionstatic BatchJobUpdateContent
BatchJobUpdateContent.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobUpdateContent from the JsonReader.BatchJobUpdateContent.setAllowTaskPreemption
(Boolean allowTaskPreemption) Set the allowTaskPreemption property: Whether Tasks in this job can be preempted by other high priority jobs.BatchJobUpdateContent.setConstraints
(BatchJobConstraints constraints) Set the constraints property: The execution constraints for the Job.BatchJobUpdateContent.setMaxParallelTasks
(Integer maxParallelTasks) Set the maxParallelTasks property: The maximum number of tasks that can be executed in parallel for the job.BatchJobUpdateContent.setMetadata
(List<MetadataItem> metadata) Set the metadata property: A list of name-value pairs associated with the Job as metadata.BatchJobUpdateContent.setNetworkConfiguration
(BatchJobNetworkConfiguration networkConfiguration) Set the networkConfiguration property: The network configuration for the Job.BatchJobUpdateContent.setOnAllTasksComplete
(OnAllBatchTasksComplete onAllTasksComplete) Set the onAllTasksComplete property: The action the Batch service should take when all Tasks in the Job are in the completed state.BatchJobUpdateContent.setPoolInfo
(BatchPoolInfo poolInfo) Set the poolInfo property: The Pool on which the Batch service runs the Job's Tasks.BatchJobUpdateContent.setPriority
(Integer priority) Set the priority property: The priority of the Job.