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

AcsClusterProperties 类

定义

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

public class AcsClusterProperties
type AcsClusterProperties = class
Public Class AcsClusterProperties
继承
AcsClusterProperties

构造函数

AcsClusterProperties(OrchestratorType)

初始化 AcsClusterProperties 的新实例。

属性

AgentCount

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

AgentVmSize

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

ClusterFqdn

群集的 FQDN。

MasterCount

容器服务中的主节点数。

OrchestratorServicePrincipal

Kubernetes 使用的 Azure 服务主体。

OrchestratorType

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

SystemServices

部署到群集的系统服务。

适用于