Skip to content
DocsTry Aspire
DocsTry

PipelineStepFactoryContext

Handle
📦 Aspire.Hosting v13.4.0
interface PipelineStepFactoryContext {
readonly pipelineContext: PipelineContext;
readonly resource: IResource;
}

Properties

propertypipelineContextPipelineContextget
Gets the pipeline context that has the model and other properties.
propertyresourceIResourceget
Gets the resource that this factory is associated with.