Class ProbeNoHealthyBackendsBehavior
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ProbeNoHealthyBackendsBehavior>
com.azure.resourcemanager.network.models.ProbeNoHealthyBackendsBehavior
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ProbeNoHealthyBackendsBehavior
extends com.azure.core.util.ExpandableStringEnum<ProbeNoHealthyBackendsBehavior>
Determines how new connections are handled by the load balancer when all backend instances are probed down.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProbeNoHealthyBackendsBehaviorStatic value AllProbedDown for ProbeNoHealthyBackendsBehavior.static final ProbeNoHealthyBackendsBehaviorStatic value AllProbedUp for ProbeNoHealthyBackendsBehavior. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ProbeNoHealthyBackendsBehavior from its string representation.values()Gets known ProbeNoHealthyBackendsBehavior values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
ALL_PROBED_DOWN
Static value AllProbedDown for ProbeNoHealthyBackendsBehavior. -
ALL_PROBED_UP
Static value AllProbedUp for ProbeNoHealthyBackendsBehavior.
-
-
Constructor Details
-
ProbeNoHealthyBackendsBehavior
Deprecated.Use thefromString(String)factory method.Creates a new instance of ProbeNoHealthyBackendsBehavior value.
-
-
Method Details
-
fromString
Creates or finds a ProbeNoHealthyBackendsBehavior from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ProbeNoHealthyBackendsBehavior.
-
values
Gets known ProbeNoHealthyBackendsBehavior values.- Returns:
- known ProbeNoHealthyBackendsBehavior values.
-
fromString(String)factory method.