ProbeNoHealthyBackendsBehavior Enum
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.
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. |