AgentPoolListResult Class

The response from the List Agent Pools operation.

Variables are only populated by the server, and will be ignored when sending a request.

Inheritance
azure.mgmt.containerservice._serialization.Model
AgentPoolListResult

Constructor

AgentPoolListResult(*, value: List[_models.AgentPool] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
value

The list of agent pools.

Variables

Name Description
value

The list of agent pools.

next_link
str

The URL to get the next set of agent pool results.