Pool.UpdateStages.WithStartTask Interface
public static interface Pool.UpdateStages.WithStartTask
The stage of the Pool update allowing to specify startTask.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract Update |
withStartTask(StartTask startTask)
Specifies the start |
Method Details
withStartTask
public abstract Pool.Update withStartTask(StartTask startTask)
Specifies the startTask property: A task specified to run on each compute node as it joins the pool. In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool..
Parameters:
Returns: