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

BackendAddressPoolPropertiesFormatOutput interface

后端地址池的属性。

属性

backendIPConfigurations

对网络接口中定义的 IP 地址的引用数组。

drainPeriodInSeconds

将 RESET 发送到客户端和后端地址之前,负载均衡器等待的秒数。

inboundNatRules

对使用此后端地址池的入站 NAT 规则的引用数组。

loadBalancerBackendAddresses

后端地址数组。

loadBalancingRules

对使用此后端地址池的负载均衡规则的引用数组。

location

后端地址池的位置。

outboundRule

对使用此后端地址池的出站规则的引用。

outboundRules

对使用此后端地址池的出站规则的引用数组。

provisioningState

后端地址池资源的预配状态。

tunnelInterfaces

网关负载均衡器隧道接口的数组。

属性详细信息

backendIPConfigurations

对网络接口中定义的 IP 地址的引用数组。

backendIPConfigurations?: NetworkInterfaceIPConfigurationOutput[]

属性值

drainPeriodInSeconds

将 RESET 发送到客户端和后端地址之前,负载均衡器等待的秒数。

drainPeriodInSeconds?: number

属性值

number

inboundNatRules

对使用此后端地址池的入站 NAT 规则的引用数组。

inboundNatRules?: SubResourceOutput[]

属性值

loadBalancerBackendAddresses

后端地址数组。

loadBalancerBackendAddresses?: LoadBalancerBackendAddressOutput[]

属性值

loadBalancingRules

对使用此后端地址池的负载均衡规则的引用数组。

loadBalancingRules?: SubResourceOutput[]

属性值

location

后端地址池的位置。

location?: string

属性值

string

outboundRule

对使用此后端地址池的出站规则的引用。

outboundRule?: SubResourceOutput

属性值

outboundRules

对使用此后端地址池的出站规则的引用数组。

outboundRules?: SubResourceOutput[]

属性值

provisioningState

后端地址池资源的预配状态。

provisioningState?: "Succeeded" | "Updating" | "Deleting" | "Failed"

属性值

"Succeeded" | "Updating" | "Deleting" | "Failed"

tunnelInterfaces

网关负载均衡器隧道接口的数组。

tunnelInterfaces?: GatewayLoadBalancerTunnelInterfaceOutput[]

属性值