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

ClusterPoolResourcePropertiesNetworkProfile interface

群集池网络配置文件。

扩展

继承属性

apiServerAuthorizedIpRanges

IP 范围以 CIDR 格式指定,例如 137.117.106.88/29。 此功能与专用 AKS 群集不兼容。 因此,不能同时将 enablePrivateApiServer 设置为 true 和 apiServerAuthorizedIpRanges。

enablePrivateApiServer

ClusterPool 基于 AKS 群集。 默认情况下,AKS 群集向公共 Internet 公开 API 服务器。 如果将此属性设置为 true,则会创建专用 AKS 群集,并使用不向公共 Internet 公开的专用 apiserver。

outboundType

这只能在群集池创建时设置,以后无法更改。

subnetId

群集池子网资源 ID。

继承属性详细信息

apiServerAuthorizedIpRanges

IP 范围以 CIDR 格式指定,例如 137.117.106.88/29。 此功能与专用 AKS 群集不兼容。 因此,不能同时将 enablePrivateApiServer 设置为 true 和 apiServerAuthorizedIpRanges。

apiServerAuthorizedIpRanges?: string[]

属性值

string[]

继承自ClusterPoolNetworkProfile.apiServerAuthorizedIpRanges

enablePrivateApiServer

ClusterPool 基于 AKS 群集。 默认情况下,AKS 群集向公共 Internet 公开 API 服务器。 如果将此属性设置为 true,则会创建专用 AKS 群集,并使用不向公共 Internet 公开的专用 apiserver。

enablePrivateApiServer?: boolean

属性值

boolean

继承自ClusterPoolNetworkProfile.enablePrivateApiServer

outboundType

这只能在群集池创建时设置,以后无法更改。

outboundType?: string

属性值

string

继承自ClusterPoolNetworkProfile.outboundType

subnetId

群集池子网资源 ID。

subnetId: string

属性值

string

继承自ClusterPoolNetworkProfile.subnetId