Share via


PipelineConfigurationContext Class

Definition

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.

Applies to