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 | The Azure resource tags that will replace the existing ones. |
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
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