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

ManagedClusterLoadBalancerProfile 类

定义

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

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

构造函数

ManagedClusterLoadBalancerProfile()

初始化 ManagedClusterLoadBalancerProfile 类的新实例。

ManagedClusterLoadBalancerProfile(ManagedClusterLoadBalancerProfileManagedOutboundIPs, ManagedClusterLoadBalancerProfileOutboundIPPrefixes, ManagedClusterLoadBalancerProfileOutboundIPs, IList<ResourceReference>, Nullable<Int32>, Nullable<Int32>)

初始化 ManagedClusterLoadBalancerProfile 类的新实例。

属性

AllocatedOutboundPorts

获取或设置每个 VM 的所需已分配 SNAT 端口数。 允许的值必须介于 0 到 64000 之间, (包含) 。 默认值为 0,这会导致 Azure 动态分配端口。

EffectiveOutboundIPs

获取或设置群集负载均衡器的有效出站 IP 资源。

IdleTimeoutInMinutes

获取或设置所需的出站流空闲超时(以分钟为单位)。 允许的值必须介于 4 到 120 之间, (非独占) 。 默认值为 30 分钟。

ManagedOutboundIPs

获取或设置群集负载均衡器的所需托管出站 IP。

OutboundIPPrefixes

获取或设置群集负载均衡器所需的出站 IP 前缀资源。

OutboundIPs

获取或设置群集负载均衡器所需的出站 IP 资源。

方法

Validate()

验证 对象。

适用于