AgentPoolPatchParameters interface
AgentPoolPatchParameters represents the body of the request to patch the Kubernetes cluster agent pool.
Properties
| administrator |
The configuration of administrator credentials for the control plane nodes. |
| count | The number of virtual machines that use this configuration. |
| tags | Resource tags. |
| 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
tags
Resource tags.
tags?: Record<string, string>
Property Value
Record<string, string>
upgradeSettings
The configuration of the agent pool.
upgradeSettings?: AgentPoolUpgradeSettings