Skip to content
DocsTry Aspire
DocsTry

PipelineSummary Properties

ClassProperties1 member
Represents pipeline summary information to be displayed after pipeline completion. This is a general-purpose key-value collection that pipeline steps can contribute to.
ItemsSection titled ItemsReadOnlyCollection<PipelineSummaryItem>
Gets the items in the pipeline summary as a read-only collection. Items are displayed in the order they were added.
public ReadOnlyCollection<PipelineSummaryItem> Items { get; }