ScopeMapListResult Class

The result of a request to list scope maps for a container registry.

Inheritance
ScopeMapListResult

Constructor

ScopeMapListResult(*, value: Optional[List[azure.mgmt.containerregistry.v2021_06_01_preview.models._models_py3.ScopeMap]] = None, next_link: Optional[str] = None, **kwargs)

Variables

value
list[ScopeMap]

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.

next_link
str

The URI that can be used to request the next list of scope maps.