你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

AcsClusterProperties interface

有关支持群集的容器服务的信息

属性

agentCount

容器服务中的代理节点数。 这可以更改以缩放群集。

agentVmSize

代理 VM 节点的 Azure VM 大小。 创建群集后,无法更改此更改。 此列表并不详尽;有关可能的 VM 大小,请参阅 https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes

clusterFqdn

群集的 FQDN。 注意:此属性不会序列化。 它只能由服务器填充。

masterCount

容器服务中的主节点数。

orchestratorProperties

业务流程协调程序特定属性

orchestratorType

业务流程协调程序的类型。 创建群集后,无法更改它。

systemServices

部署到群集的系统服务

属性详细信息

agentCount

容器服务中的代理节点数。 这可以更改以缩放群集。

agentCount?: number

属性值

number

agentVmSize

代理 VM 节点的 Azure VM 大小。 创建群集后,无法更改此更改。 此列表并不详尽;有关可能的 VM 大小,请参阅 https://docs.microsoft.com/en-us/azure/virtual-machines/windows/sizes

agentVmSize?: string

属性值

string

clusterFqdn

群集的 FQDN。 注意:此属性不会序列化。 它只能由服务器填充。

clusterFqdn?: string

属性值

string

masterCount

容器服务中的主节点数。

masterCount?: number

属性值

number

orchestratorProperties

业务流程协调程序特定属性

orchestratorProperties?: KubernetesClusterProperties

属性值

orchestratorType

业务流程协调程序的类型。 创建群集后,无法更改它。

orchestratorType: string

属性值

string

systemServices

部署到群集的系统服务

systemServices?: SystemService[]

属性值