AgentPoolPatchParameters interface
AgentPoolPatchParameters represents the body of the request to patch the Kubernetes cluster agent pool.
Properties
count | The number of virtual machines that use this configuration. |
tags | The Azure resource tags that will replace the existing ones. |
upgrade |
The configuration of the agent pool. |
Property Details
count
The number of virtual machines that use this configuration.
count?: number
Property Value
number
tags
The Azure resource tags that will replace the existing ones.
tags?: {[propertyName: string]: string}
Property Value
{[propertyName: string]: string}
upgradeSettings
The configuration of the agent pool.
upgradeSettings?: AgentPoolUpgradeSettings