EdgeLoadBalancerHealthMonitorL4CommonSettings

EdgeLoadBalancerHealthMonitorL4CommonSettings
EdgeLoadBalancerHealthMonitorL4CommonSettings

Specifies settings that are applicable to both TCP and UDP Load Balancer Pool Health Monitors.

JSON Example
{
    "port": 0,
    "requestData": "string",
    "expectedResponseData": "string"
}
integer As int32 As int32
port
Optional

The port to use for the health check. If not specified, the Load Balancer Pool port will be used by default.

string
requestData
Optional

The data to send to the application as part of the health check.

string
expectedResponseData
Optional

Keyword to match in the first 2KB of the response headers or the response body. If no match made, the Load Balancer Pool member will be marked as unhealthy.