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
|
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