Skip to content
Docs Try Aspire

ContainerBuildOptionsCallbackAnnotation Properties

Class Properties 1 member
Annotation that provides a callback to configure container build options for a resource.
Callback Section titled Callback Func<ContainerBuildOptionsCallbackContext, Task>
Gets the callback function that will be invoked to configure container build options.
public Func<ContainerBuildOptionsCallbackContext, Task> Callback { get; }