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
Constraints:
minLength: 4
maxLength: 5
Type of authentication to use to perform the health check. Can be either NTLM, BASIC or NONE.
string
As ^(?!\s+$).+
username
Optional
Constraints:
minLength: 1
maxLength: 1024
Username to use for authentication.
string
As ^(?!\s+$).+
password
Optional
Constraints:
minLength: 1
maxLength: 1024
Password to use for authentication.