Share via


ApplicationGatewayBackendHealthServerOutput interface

Application gateway backendhealth http settings.

Properties

address

IP address or FQDN of backend server.

health

Health of backend server.

healthProbeLog

Health Probe Log.

ipConfiguration

Reference to IP configuration of backend server.

Property Details

address

IP address or FQDN of backend server.

address?: string

Property Value

string

health

Health of backend server.

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

Property Value

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

healthProbeLog

Health Probe Log.

healthProbeLog?: string

Property Value

string

ipConfiguration

Reference to IP configuration of backend server.

ipConfiguration?: NetworkInterfaceIPConfigurationOutput

Property Value