Skip to content
DocsTry Aspire
DocsTry

ContainerBuildOptionsCallbackAnnotation Properties

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