ConnectedRegistryListResult interface
The result of a request to list connected registries for a container registry.
Properties
| next |
The URI that can be used to request the next list of connected registries. |
| value | The list of connected registries. Since this list may be incomplete, the nextLink field should be used to request the next list of connected registries. |
Property Details
nextLink
The URI that can be used to request the next list of connected registries.
nextLink?: string
Property Value
string
value
The list of connected registries. Since this list may be incomplete, the nextLink field should be used to request the next list of connected registries.
value?: ConnectedRegistry[]