TaskListResult Class
The collection of tasks.
- Inheritance
-
azure.mgmt.containerregistry._serialization.ModelTaskListResult
Constructor
TaskListResult(*, value: List[_models.Task] | 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. |
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python