Interface Pool.UpdateStages.WithStartTask

All Known Subinterfaces:
Pool.Update
Enclosing interface:
Pool.UpdateStages

public static interface Pool.UpdateStages.WithStartTask
The stage of the Pool update allowing to specify startTask.
  • Method Summary

    Modifier and Type
    Method
    Description
    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.
  • Method Details

    • withStartTask

      Pool.Update 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.

      In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool..

      Parameters:
      startTask - 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.

      In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool.

      Returns:
      the next definition stage.