PipelineConfigurationContext
Classnet10.0
Provides contextual information for pipeline configuration callbacks.
namespace Aspire.Hosting.Pipelines;
public class PipelineConfigurationContext{ // ...}7 members
Constructors1
Section titled ConstructorsProperties3
Section titled PropertiesModelget; init Gets the distributed application model containing all resources.
Stepsget; init Gets the list of pipeline steps collected during the first pass.
Methods3
Section titled MethodsGetSteps(IResource)ats ignored Gets all pipeline steps associated with the specified resource.
GetSteps(IResource, string)ats ignored Gets all pipeline steps with the specified tag that are associated with the specified resource.