Package version:

Interface ImportPipelineListResult

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

Hierarchy

  • ImportPipelineListResult

Properties

Properties

nextLink?: string

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

value?: ImportPipeline[]

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

Generated using TypeDoc