Package version:

The result of a request to list export pipelines for a container registry.

interface ExportPipelineListResult {
    nextLink?: string;
    value?: ExportPipeline[];
}

Properties

Properties

nextLink?: string

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

value?: ExportPipeline[]

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