PipelineConfigurationAnnotation Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
An annotation that registers a callback to execute during the pipeline configuration phase, allowing modification of step dependencies and relationships.
public class PipelineConfigurationAnnotation : Aspire.Hosting.ApplicationModel.IResourceAnnotation
type PipelineConfigurationAnnotation = class
interface IResourceAnnotation
Public Class PipelineConfigurationAnnotation
Implements IResourceAnnotation
- Inheritance
-
PipelineConfigurationAnnotation
- Implements
Constructors
| PipelineConfigurationAnnotation(Action<PipelineConfigurationContext>) |
Initializes a new instance of the PipelineConfigurationAnnotation class. |
| PipelineConfigurationAnnotation(Func<PipelineConfigurationContext,Task>) |
Initializes a new instance of the PipelineConfigurationAnnotation class. |
Properties
| Callback |
Gets the callback function to execute during the configuration phase. |