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

ApplicationGatewayBackendHealthServerOutput interface

应用程序网关后端运行状况 http 设置。

属性

address

后端服务器的 IP 地址或 FQDN。

health

后端服务器的运行状况。

healthProbeLog

运行状况探测日志。

ipConfiguration

对后端服务器的 IP 配置的引用。

属性详细信息

address

后端服务器的 IP 地址或 FQDN。

address?: string

属性值

string

health

后端服务器的运行状况。

health?: "Up" | "Down" | "Unknown" | "Partial" | "Draining"

属性值

"Up" | "Down" | "Unknown" | "Partial" | "Draining"

healthProbeLog

运行状况探测日志。

healthProbeLog?: string

属性值

string

ipConfiguration

对后端服务器的 IP 配置的引用。

ipConfiguration?: NetworkInterfaceIPConfigurationOutput

属性值