Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface RegistryListResult

Package version

The result of a request to list container registries.

Hierarchy

  • RegistryListResult

Index

Properties

Properties

Optional nextLink

nextLink: undefined | string

The URI that can be used to request the next list of container registries.

Optional value

value: Registry[]

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

Generated using TypeDoc