Uses of Class
com.azure.compute.batch.models.BatchJobPreparationTask
Packages that use BatchJobPreparationTask
-
Uses of BatchJobPreparationTask in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobPreparationTaskModifier and TypeMethodDescriptionstatic BatchJobPreparationTask
BatchJobPreparationTask.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobPreparationTask from the JsonReader.BatchJob.getJobPreparationTask()
Get the jobPreparationTask property: The Job Preparation Task.BatchJobCreateContent.getJobPreparationTask()
Get the jobPreparationTask property: The Job Preparation Task.BatchJobSpecification.getJobPreparationTask()
Get the jobPreparationTask property: The Job Preparation Task for Jobs created under this schedule.BatchJobPreparationTask.setConstraints
(BatchTaskConstraints constraints) Set the constraints property: Constraints that apply to the Job Preparation Task.BatchJobPreparationTask.setContainerSettings
(BatchTaskContainerSettings containerSettings) Set the containerSettings property: The settings for the container under which the Job Preparation Task runs.BatchJobPreparationTask.setEnvironmentSettings
(List<EnvironmentSetting> environmentSettings) Set the environmentSettings property: A list of environment variable settings for the Job Preparation Task.Set the id property: A string that uniquely identifies the Job Preparation Task within the Job.BatchJobPreparationTask.setRerunOnNodeRebootAfterSuccess
(Boolean rerunOnNodeRebootAfterSuccess) Set the rerunOnNodeRebootAfterSuccess property: Whether the Batch service should rerun the Job Preparation Task after a Compute Node reboots.BatchJobPreparationTask.setResourceFiles
(List<ResourceFile> resourceFiles) Set the resourceFiles property: A list of files that the Batch service will download to the Compute Node before running the command line.BatchJobPreparationTask.setUserIdentity
(UserIdentity userIdentity) Set the userIdentity property: The user identity under which the Job Preparation Task runs.BatchJobPreparationTask.setWaitForSuccess
(Boolean waitForSuccess) Set the waitForSuccess property: Whether the Batch service should wait for the Job Preparation Task to complete successfully before scheduling any other Tasks of the Job on the Compute Node.Methods in com.azure.compute.batch.models with parameters of type BatchJobPreparationTaskModifier and TypeMethodDescriptionBatchJobCreateContent.setJobPreparationTask
(BatchJobPreparationTask jobPreparationTask) Set the jobPreparationTask property: The Job Preparation Task.BatchJobSpecification.setJobPreparationTask
(BatchJobPreparationTask jobPreparationTask) Set the jobPreparationTask property: The Job Preparation Task for Jobs created under this schedule.