AgentPoolAvailableVersions Class
The list of available versions for an agent pool.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.containerservice._serialization.ModelAgentPoolAvailableVersions
Constructor
AgentPoolAvailableVersions(*, agent_pool_versions: List[_models.AgentPoolAvailableVersionsPropertiesAgentPoolVersionsItem] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
agent_pool_versions
|
List of versions available for agent pool. |
Variables
Name | Description |
---|---|
id
|
Id of the agent pool available versions. |
name
|
Name of the agent pool available versions. |
type
|
Type of the agent pool available versions. |
agent_pool_versions
|
List of versions available for agent pool. |
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