通过


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

ManagedClusterLoadBalancerProfileOutput interface

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

属性

allocatedOutboundPorts

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

effectiveOutboundIPs

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

enableMultipleStandardLoadBalancers

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

idleTimeoutInMinutes

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

managedOutboundIPs

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

outboundIPPrefixes

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

outboundIPs

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

属性详细信息

allocatedOutboundPorts

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

allocatedOutboundPorts?: number

属性值

number

effectiveOutboundIPs

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

effectiveOutboundIPs?: ResourceReferenceOutput[]

属性值

enableMultipleStandardLoadBalancers

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

enableMultipleStandardLoadBalancers?: boolean

属性值

boolean

idleTimeoutInMinutes

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

idleTimeoutInMinutes?: number

属性值

number

managedOutboundIPs

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

managedOutboundIPs?: ManagedClusterLoadBalancerProfileManagedOutboundIPsOutput

属性值

outboundIPPrefixes

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

outboundIPPrefixes?: ManagedClusterLoadBalancerProfileOutboundIPPrefixesOutput

属性值

outboundIPs

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

outboundIPs?: ManagedClusterLoadBalancerProfileOutboundIPsOutput

属性值