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

ManagedClusterLoadBalancerProfile interface

托管群集负载均衡器的配置文件。

属性

allocatedOutboundPorts

每个 VM 分配的所需 SNAT 端口数。 允许的值范围为 0 到 64000 (包含) 。 默认值为 0,这会导致 Azure 动态分配端口。

backendPoolType

托管入站负载均衡器 BackendPool 的类型。

effectiveOutboundIPs

群集负载均衡器的有效出站 IP 资源。

enableMultipleStandardLoadBalancers

是否为每个 AKS 群集启用多个标准负载均衡器。

idleTimeoutInMinutes

所需的出站流空闲超时(以分钟为单位)。 允许的值范围为 4 到 120 ((含) )。 默认值为 30 分钟。

managedOutboundIPs

群集负载均衡器的所需托管出站 IP。

outboundIPPrefixes

群集负载均衡器的所需出站 IP 前缀资源。

outboundIPs

群集负载均衡器所需的出站 IP 资源。

属性详细信息

allocatedOutboundPorts

每个 VM 分配的所需 SNAT 端口数。 允许的值范围为 0 到 64000 (包含) 。 默认值为 0,这会导致 Azure 动态分配端口。

allocatedOutboundPorts?: number

属性值

number

backendPoolType

托管入站负载均衡器 BackendPool 的类型。

backendPoolType?: string

属性值

string

effectiveOutboundIPs

群集负载均衡器的有效出站 IP 资源。

effectiveOutboundIPs?: ResourceReference[]

属性值

enableMultipleStandardLoadBalancers

是否为每个 AKS 群集启用多个标准负载均衡器。

enableMultipleStandardLoadBalancers?: boolean

属性值

boolean

idleTimeoutInMinutes

所需的出站流空闲超时(以分钟为单位)。 允许的值范围为 4 到 120 ((含) )。 默认值为 30 分钟。

idleTimeoutInMinutes?: number

属性值

number

managedOutboundIPs

群集负载均衡器的所需托管出站 IP。

managedOutboundIPs?: ManagedClusterLoadBalancerProfileManagedOutboundIPs

属性值

outboundIPPrefixes

群集负载均衡器的所需出站 IP 前缀资源。

outboundIPPrefixes?: ManagedClusterLoadBalancerProfileOutboundIPPrefixes

属性值

outboundIPs

群集负载均衡器所需的出站 IP 资源。

outboundIPs?: ManagedClusterLoadBalancerProfileOutboundIPs

属性值