ProbeNoHealthyBackendsBehavior Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ProbeNoHealthyBackendsBehavior
- com.
- com.
public final class ProbeNoHealthyBackendsBehavior
extends ExpandableStringEnum<ProbeNoHealthyBackendsBehavior>
Determines how new connections are handled by the load balancer when all backend instances are probed down.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Probe |
ALL_PROBED_DOWN
Static value All |
static final
Probe |
ALL_PROBED_UP
Static value All |
Constructor Summary
Constructor | Description |
---|---|
ProbeNoHealthyBackendsBehavior() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Probe |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Probe |
fromString(String name)
Creates or finds a Probe |
static
Collection<Probe |
values()
Gets known Probe |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
ALL_PROBED_DOWN
public static final ProbeNoHealthyBackendsBehavior ALL_PROBED_DOWN
Static value AllProbedDown for ProbeNoHealthyBackendsBehavior.
ALL_PROBED_UP
public static final ProbeNoHealthyBackendsBehavior ALL_PROBED_UP
Static value AllProbedUp for ProbeNoHealthyBackendsBehavior.
Constructor Details
ProbeNoHealthyBackendsBehavior
@Deprecated
public ProbeNoHealthyBackendsBehavior()
Deprecated
Creates a new instance of ProbeNoHealthyBackendsBehavior value.
Method Details
fromString
public static ProbeNoHealthyBackendsBehavior fromString(String name)
Creates or finds a ProbeNoHealthyBackendsBehavior from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ProbeNoHealthyBackendsBehavior values.
Returns:
Applies to
Azure SDK for Java