Share via


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

Method Details

withStartTask

public abstract Pool.Update 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:

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

Applies to