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