Skip to content
Docs Try Aspire
Docs Try

PipelineStepFactoryContext

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

Properties

property pipelineContext PipelineContext get
Gets the pipeline context that has the model and other properties.
property resource IResource get
Gets the resource that this factory is associated with.