DockerfileBuilderCallbackAnnotation.Callbacks Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the list of callback functions that will be invoked during the Dockerfile build process.
public System.Collections.Generic.IReadOnlyList<Func<Aspire.Hosting.ApplicationModel.DockerfileBuilderCallbackContext,System.Threading.Tasks.Task>> Callbacks { get; }
member this.Callbacks : System.Collections.Generic.IReadOnlyList<Func<Aspire.Hosting.ApplicationModel.DockerfileBuilderCallbackContext, System.Threading.Tasks.Task>>
Public ReadOnly Property Callbacks As IReadOnlyList(Of Func(Of DockerfileBuilderCallbackContext, Task))