Package version:

The result of a request to list pipeline runs for a container registry.

interface PipelineRunListResult {
    nextLink?: string;
    value?: PipelineRun[];
}

Properties

Properties

nextLink?: string

The URI that can be used to request the next list of pipeline runs.

value?: PipelineRun[]

The list of pipeline runs. Since this list may be incomplete, the nextLink field should be used to request the next list of pipeline runs.