RegistryListResult interface
The result of a request to list container registries.
Properties
next |
The URI that can be used to request the next list of container registries. |
value | 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. |
Property Details
nextLink
The URI that can be used to request the next list of container registries.
nextLink?: string
Property Value
string
value
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.
value?: Registry[]
Property Value
Registry[]