RunListResult Class
Collection of runs.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelRunListResult
Constructor
RunListResult(*, value: List[_models.Run] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The collection value. |
next_link
|
The URI that can be used to request the next set of paged results. |
Variables
Name | Description |
---|---|
value
|
The collection value. |
next_link
|
The URI that can be used to request the next set of paged results. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python