DeploymentImageTagCallbackAnnotation.Callback 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 callback that returns the deployment tag name.
public Func<Aspire.Hosting.ApplicationModel.DeploymentImageTagCallbackAnnotationContext,System.Threading.Tasks.Task<string>> Callback { get; }member this.Callback : Func<Aspire.Hosting.ApplicationModel.DeploymentImageTagCallbackAnnotationContext, System.Threading.Tasks.Task<string>>Public ReadOnly Property Callback As Func(Of DeploymentImageTagCallbackAnnotationContext, Task(Of String))