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: In an PATCH (update) operation, this property can be set to an empty object to remove the start task from the pool..
Parameters:
Returns: