AgentPoolListResult Class
The collection of agent pools.
Constructor
AgentPoolListResult(*, value: List[_models.AgentPool] | None = None, next_link: str | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
value
|
The collection value. Default value: None
|
next_link
|
The URI that can be used to request the next set of paged results. Default value: None
|
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