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
Constraints:
minimum: 1
maximum: 65535
The port to use for the health check. If not specified, the Load Balancer Pool port will be used by default.
string
requestData
Optional
Constraints:
maxLength: 10240
The data to send to the application as part of the health check.
string
expectedResponseData
Optional
Constraints:
maxLength: 2048
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.