ApplicationGatewayBackendHealthServer Class

Application gateway backendhealth http settings.

Inheritance
ApplicationGatewayBackendHealthServer

Constructor

ApplicationGatewayBackendHealthServer(*, address: typing.Union[str, NoneType] = None, ip_configuration: typing.Union[_ForwardRef('NetworkInterfaceIPConfiguration'), NoneType] = None, health: typing.Union[str, _ForwardRef('ApplicationGatewayBackendHealthServerHealth'), NoneType] = None, health_probe_log: typing.Union[str, NoneType] = None, **kwargs)

Parameters

address
str

IP address or FQDN of backend server.

ip_configuration
NetworkInterfaceIPConfiguration

Reference to IP configuration of backend server.

health
str or ApplicationGatewayBackendHealthServerHealth

Health of backend server. Possible values include: "Unknown", "Up", "Down", "Partial", "Draining".

health_probe_log
str

Health Probe Log.