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}