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