Skip to content
Docs Try Aspire

PipelineConfigurationContext

Handle
📦 Aspire.Hosting v13.2.0
interface PipelineConfigurationContext {
model: DistributedApplicationModel;
services: IServiceProvider;
steps: PipelineStep[];
getStepsByTag(tag: string): PipelineStep[];
}

Properties

property model DistributedApplicationModel get · set
Gets the Model property
property services IServiceProvider get · set
Gets the Services property
property steps PipelineStep[] get · set
Gets the Steps property

Methods

method getStepsByTag
Gets pipeline steps with the specified tag
getStepsByTag(tag: string): PipelineStep[]
tag string
PipelineStep[]