AgentPoolPatchProperties interface
AgentPoolPatchProperties represents the properties of an agent pool that can be modified.
Properties
| administrator |
The configuration of administrator credentials for the control plane nodes. |
| count | The number of virtual machines that use this configuration. |
| upgrade |
The configuration of the agent pool. |
Property Details
administratorConfiguration
The configuration of administrator credentials for the control plane nodes.
administratorConfiguration?: NodePoolAdministratorConfigurationPatch
Property Value
count
The number of virtual machines that use this configuration.
count?: number
Property Value
number
upgradeSettings
The configuration of the agent pool.
upgradeSettings?: AgentPoolUpgradeSettings