Uses of Class
com.azure.compute.batch.models.BatchStartTask
Packages that use BatchStartTask
-
Uses of BatchStartTask in com.azure.compute.batch.models
Methods in com.azure.compute.batch.models that return BatchStartTaskModifier and TypeMethodDescriptionstatic BatchStartTask
BatchStartTask.fromJson
(com.azure.json.JsonReader jsonReader) Reads an instance of BatchStartTask from the JsonReader.BatchNode.getStartTask()
Get the startTask property: The Task specified to run on the Compute Node as it joins the Pool.BatchPool.getStartTask()
Get the startTask property: A Task specified to run on each Compute Node as it joins the Pool.BatchPoolCreateContent.getStartTask()
Get the startTask property: A Task specified to run on each Compute Node as it joins the Pool.BatchPoolReplaceContent.getStartTask()
Get the startTask property: A Task to run on each Compute Node as it joins the Pool.BatchPoolSpecification.getStartTask()
Get the startTask property: A Task to run on each Compute Node as it joins the Pool.BatchPoolUpdateContent.getStartTask()
Get the startTask property: A Task to run on each Compute Node as it joins the Pool.BatchStartTask.setContainerSettings
(BatchTaskContainerSettings containerSettings) Set the containerSettings property: The settings for the container under which the StartTask runs.BatchStartTask.setEnvironmentSettings
(List<EnvironmentSetting> environmentSettings) Set the environmentSettings property: A list of environment variable settings for the StartTask.BatchStartTask.setMaxTaskRetryCount
(Integer maxTaskRetryCount) Set the maxTaskRetryCount property: The maximum number of times the Task may be retried.BatchStartTask.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.BatchStartTask.setUserIdentity
(UserIdentity userIdentity) Set the userIdentity property: The user identity under which the StartTask runs.BatchStartTask.setWaitForSuccess
(Boolean waitForSuccess) Set the waitForSuccess property: Whether the Batch service should wait for the StartTask to complete successfully (that is, to exit with exit code 0) before scheduling any Tasks on the Compute Node.Methods in com.azure.compute.batch.models with parameters of type BatchStartTaskModifier and TypeMethodDescriptionBatchPoolCreateContent.setStartTask
(BatchStartTask startTask) Set the startTask property: A Task specified to run on each Compute Node as it joins the Pool.BatchPoolReplaceContent.setStartTask
(BatchStartTask startTask) Set the startTask property: A Task to run on each Compute Node as it joins the Pool.BatchPoolSpecification.setStartTask
(BatchStartTask startTask) Set the startTask property: A Task to run on each Compute Node as it joins the Pool.BatchPoolUpdateContent.setStartTask
(BatchStartTask startTask) Set the startTask property: A Task to run on each Compute Node as it joins the Pool.