Application Gateway Backend Health Server Response
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
Link copied to clipboard
constructor(address: String? = null, health: String? = null, healthProbeLog: String? = null, ipConfiguration: NetworkInterfaceIPConfigurationResponse? = null)