named
Locates a task by name, without triggering its creation or configuration, failing if there is no such object.
Return
A Provider that will return the task when queried. The task may be created and configured at this point, if not already.
Since
4.9
Parameters
The task name
Throws
If a task with the given name is not defined.
Locates a object by name, failing if there is no such object. The given configure action is executed against the object before it is returned from the provider.
This method is lazy and will not cause the returned element to be realized.
Since
5.0
Locates a object by name and type, failing if there is no such object.
This method is lazy and will not cause the returned element to be realized.
Since
5.0
Locates a object by name and type, failing if there is no such object. The given configure action is executed against the object before it is returned from the provider.
This method is lazy and will not cause the returned element to be realized.
Since
5.0