Uses of Class
com.azure.compute.batch.models.BatchJobReleaseTask
Packages that use BatchJobReleaseTask
-
Uses of BatchJobReleaseTask in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchJobReleaseTaskModifier and TypeMethodDescriptionstatic BatchJobReleaseTask
BatchJobReleaseTask.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchJobReleaseTask from the JsonReader.BatchJob.getJobReleaseTask()
Get the jobReleaseTask property: The Job Release Task.BatchJobCreateContent.getJobReleaseTask()
Get the jobReleaseTask property: The Job Release Task.BatchJobSpecification.getJobReleaseTask()
Get the jobReleaseTask property: The Job Release Task for Jobs created under this schedule.BatchJobReleaseTask.setContainerSettings
(BatchTaskContainerSettings containerSettings) Set the containerSettings property: The settings for the container under which the Job Release Task runs.BatchJobReleaseTask.setEnvironmentSettings
(List<EnvironmentSetting> environmentSettings) Set the environmentSettings property: A list of environment variable settings for the Job Release Task.Set the id property: A string that uniquely identifies the Job Release Task within the Job.BatchJobReleaseTask.setMaxWallClockTime
(Duration maxWallClockTime) Set the maxWallClockTime property: The maximum elapsed time that the Job Release Task may run on a given Compute Node, measured from the time the Task starts.BatchJobReleaseTask.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.BatchJobReleaseTask.setRetentionTime
(Duration retentionTime) Set the retentionTime property: The minimum time to retain the Task directory for the Job Release Task on the Compute Node.BatchJobReleaseTask.setUserIdentity
(UserIdentity userIdentity) Set the userIdentity property: The user identity under which the Job Release Task runs.Methods in com.azure.compute.batch.models with parameters of type BatchJobReleaseTaskModifier and TypeMethodDescriptionBatchJobCreateContent.setJobReleaseTask
(BatchJobReleaseTask jobReleaseTask) Set the jobReleaseTask property: The Job Release Task.BatchJobSpecification.setJobReleaseTask
(BatchJobReleaseTask jobReleaseTask) Set the jobReleaseTask property: The Job Release Task for Jobs created under this schedule.