EdgeLoadBalancerHealthMonitorAuthenticationSettings

EdgeLoadBalancerHealthMonitorAuthenticationSettings
EdgeLoadBalancerHealthMonitorAuthenticationSettings

Specifies authentication settings for either HTTP or HTTPS Load Balancer Pool Health Monitors.

JSON Example
{
    "type": "string",
    "username": "string",
    "password": "string"
}
string As ^(?!\s+$).+
type
Required

Type of authentication to use to perform the health check. Can be either NTLM, BASIC or NONE.

string As ^(?!\s+$).+
username
Optional

Username to use for authentication.

string As ^(?!\s+$).+
password
Optional

Password to use for authentication.

Availability
Added in 39.0