Share via


PipelineConfigurationAnnotation Class

Definition

An annotation that registers a callback to execute during the pipeline configuration phase, allowing modification of step dependencies and relationships.

public class PipelineConfigurationAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type PipelineConfigurationAnnotation = class
    interface IResourceAnnotation
Public Class PipelineConfigurationAnnotation
Implements IResourceAnnotation
Inheritance
PipelineConfigurationAnnotation
Implements

Constructors

PipelineConfigurationAnnotation(Action<PipelineConfigurationContext>)

Initializes a new instance of the PipelineConfigurationAnnotation class.

PipelineConfigurationAnnotation(Func<PipelineConfigurationContext,Task>)

Initializes a new instance of the PipelineConfigurationAnnotation class.

Properties

Callback

Gets the callback function to execute during the configuration phase.

Applies to