PipelineContext
Handle
interface PipelineContext { cancellationToken: cancellationToken; readonly executionContext: DistributedApplicationExecutionContext; readonly logger: ILogger; readonly model: DistributedApplicationModel; readonly services: IServiceProvider; readonly summary: PipelineSummary;}7 members
Properties
property
cancellationTokencancellationTokenget · setGets the cancellation token for the pipeline operation.
property
executionContextDistributedApplicationExecutionContextgetGets the execution context for the distributed application.
property
loggerILoggergetGets the logger for pipeline operations.
property
modelDistributedApplicationModelgetGets the distributed application model to be deployed.
property
servicesIServiceProvidergetGets the service provider for dependency resolution.
property
summaryPipelineSummarygetGets the pipeline summary that steps can add information to. The summary will be displayed to users after pipeline execution completes.