DeploymentImageTagCallbackAnnotation.Callback Property

Definition

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))

Property Value

Applies to