HealthCheckConstants.AvailableDestinations.HealthyAndUnknown Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Marks destination as available for proxying requests to if its health state is either 'Healthy' or 'Unknown'. If no destinations are available then requests will get a 503 error.
public static readonly string HealthyAndUnknown;
staticval mutable HealthyAndUnknown : string
Public Shared ReadOnly HealthyAndUnknown As String
Field Value
Remarks
It applies only if active or passive health checks are enabled.