Share via


ProbeNoHealthyBackendsBehavior Enum

Definition

Determines how new connections are handled by the load balancer when all backend instances are probed down.

public enum ProbeNoHealthyBackendsBehavior
type ProbeNoHealthyBackendsBehavior = 
Public Enum ProbeNoHealthyBackendsBehavior
Inheritance
ProbeNoHealthyBackendsBehavior

Fields

Name Value Description
AllProbedDown 0

No new flows will be sent to the backend pool.

AllProbedUp 1

When all backend instances are probed down, incoming packets will be sent to all instances.

Applies to