AgentPoolPatchParameters interface
AgentPoolPatchParameters 表示修补 Kubernetes 群集代理池的请求正文。
属性
| administrator |
控制平面节点的管理员凭据配置。 |
| count | 使用此配置的虚拟机数。 |
| tags | 将替换现有标记的 Azure 资源标记。 |
| upgrade |
代理池的配置。 |
属性详细信息
administratorConfiguration
控制平面节点的管理员凭据配置。
administratorConfiguration?: NodePoolAdministratorConfigurationPatch
属性值
count
使用此配置的虚拟机数。
count?: number
属性值
number
tags
将替换现有标记的 Azure 资源标记。
tags?: {[propertyName: string]: string}
属性值
{[propertyName: string]: string}