PipelineConfigurationContext 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.
Provides contextual information for pipeline configuration callbacks.
public class PipelineConfigurationContext
type PipelineConfigurationContext = class
Public Class PipelineConfigurationContext
- Inheritance
-
PipelineConfigurationContext
Constructors
| PipelineConfigurationContext() |
Properties
| Model |
Gets the distributed application model containing all resources. |
| Services |
Gets the service provider for dependency resolution. |
| Steps |
Gets the list of pipeline steps collected during the first pass. |
Methods
| GetSteps(IResource, String) |
Gets all pipeline steps with the specified tag that are associated with the specified resource. |
| GetSteps(IResource) |
Gets all pipeline steps associated with the specified resource. |
| GetSteps(String) |
Gets all pipeline steps with the specified tag. |