Package version:

Interface ExportPipelineListResult

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

Hierarchy

  • ExportPipelineListResult

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.

Generated using TypeDoc