ProbeNoHealthyBackendsBehavior type

Determines how new connections are handled by the load balancer when all backend instances are probed down.
KnownProbeNoHealthyBackendsBehavior can be used interchangeably with ProbeNoHealthyBackendsBehavior, this enum contains the known values that the service supports.

Known values supported by the service

AllProbedDown: No new flows will be sent to the backend pool.
AllProbedUp: When all backend instances are probed down, incoming packets will be sent to all instances.

type ProbeNoHealthyBackendsBehavior = string