ApplicationGatewayBackendHealthServerResponse

data class ApplicationGatewayBackendHealthServerResponse(val address: String? = null, val health: String? = null, val healthProbeLog: String? = null, val ipConfiguration: NetworkInterfaceIPConfigurationResponse? = null)

Application gateway backendhealth http settings.

Constructors

constructor(address: String? = null, health: String? = null, healthProbeLog: String? = null, ipConfiguration: NetworkInterfaceIPConfigurationResponse? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val address: String? = null

IP address or FQDN of backend server.

Link copied to clipboard
val health: String? = null

Health of backend server.

Link copied to clipboard
val healthProbeLog: String? = null

Health Probe Log.

Link copied to clipboard

Reference to IP configuration of backend server.