PipelineStepAnnotation
Class net10.0
An annotation that creates pipeline steps for a resource during deployment.
namespace Aspire.Hosting.Pipelines;
public class PipelineStepAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation{ // ...} 5 members
Constructors4
Section titled ConstructorsPipelineStepAnnotation(Func<PipelineStepFactoryContext, PipelineStep>) Initializes a new instance of the
PipelineStepAnnotation class. PipelineStepAnnotation(Func<PipelineStepFactoryContext, Task<PipelineStep>>) Initializes a new instance of the
PipelineStepAnnotation class. PipelineStepAnnotation(Func<PipelineStepFactoryContext, IEnumerable<PipelineStep>>) Initializes a new instance of the
PipelineStepAnnotation class with a factory that creates multiple pipeline steps. PipelineStepAnnotation(Func<PipelineStepFactoryContext, Task<IEnumerable<PipelineStep>>>) Initializes a new instance of the
PipelineStepAnnotation class with a factory that creates multiple pipeline steps.