Pool.DefinitionStages.WithStartTask Interface
public static interface Pool.DefinitionStages.WithStartTask
The stage of the Pool definition allowing to specify startTask.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
|
abstract
With |
withStartTask(StartTask startTask)
Specifies the start |
Method Details
withStartTask
public abstract Pool.DefinitionStages.WithCreate 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: