Uses of Class
com.azure.resourcemanager.batch.models.StartTask
Package
Description
Package containing the inner data models for BatchManagementClient.
Package containing the data models for BatchManagementClient.
-
Uses of StartTask in com.azure.resourcemanager.batch.fluent.models
Modifier and TypeMethodDescriptionPoolInner.startTask()
Get the startTask property: A task which is run when a compute node joins a pool in the Azure Batch service, or when the compute node is rebooted or reimaged.PoolProperties.startTask()
Get the startTask property: A task which is run when a compute node joins a pool in the Azure Batch service, or when the compute node is rebooted or reimaged.Modifier and TypeMethodDescriptionPoolInner.withStartTask
(StartTask startTask) Set the startTask property: A task which is run when a compute node joins a pool in the Azure Batch service, or when the compute node is rebooted or reimaged.PoolProperties.withStartTask
(StartTask startTask) Set the startTask property: A task which is run when a compute node joins a pool in the Azure Batch service, or when the compute node is rebooted or reimaged. -
Uses of StartTask in com.azure.resourcemanager.batch.models
Modifier and TypeMethodDescriptionPool.startTask()
Gets the startTask property: A task which is run when a compute node joins a pool in the Azure Batch service, or when the compute node is rebooted or reimaged.StartTask.withCommandLine
(String commandLine) Set the commandLine property: The command line of the start task.StartTask.withContainerSettings
(TaskContainerSettings containerSettings) Set the containerSettings property: The container settings for a task.StartTask.withEnvironmentSettings
(List<EnvironmentSetting> environmentSettings) Set the environmentSettings property: A list of environment variable settings for the start task.StartTask.withMaxTaskRetryCount
(Integer maxTaskRetryCount) Set the maxTaskRetryCount property: The maximum number of times the task may be retried.StartTask.withResourceFiles
(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.StartTask.withUserIdentity
(UserIdentity userIdentity) Set the userIdentity property: The definition of the user identity under which the task is run.StartTask.withWaitForSuccess
(Boolean waitForSuccess) Set the waitForSuccess property: Whether the Batch service should wait for the start task to complete successfully (that is, to exit with exit code 0) before scheduling any tasks on the compute node.Modifier and TypeMethodDescriptionPool.DefinitionStages.WithStartTask.withStartTask
(StartTask startTask) Specifies the startTask property: A task which is run when a compute node joins a pool in the Azure Batch service, or when the compute node is rebooted or reimaged.Pool.UpdateStages.WithStartTask.withStartTask
(StartTask startTask) Specifies the startTask property: A task which is run when a compute node joins a pool in the Azure Batch service, or when the compute node is rebooted or reimaged.