Package version:

The collection of task runs.

interface TaskRunListResult {
    nextLink?: string;
    value?: TaskRun[];
}

Properties

Properties

nextLink?: string

The URI that can be used to request the next set of paged results.

value?: TaskRun[]

The collection value.