Package version:

Interface PipelineListResponse

A list of pipeline resources.

interface PipelineListResponse {
    nextLink?: string;
    value: PipelineResource[];
}

Properties

Properties

nextLink?: string

The link to the next page of results, if any remaining results exist.

List of pipelines.