Class ApplicationGatewayBackendHealthServerHealth
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ApplicationGatewayBackendHealthServerHealth>
com.azure.resourcemanager.network.models.ApplicationGatewayBackendHealthServerHealth
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ApplicationGatewayBackendHealthServerHealth
extends com.azure.core.util.ExpandableStringEnum<ApplicationGatewayBackendHealthServerHealth>
Health of backend server.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ApplicationGatewayBackendHealthServerHealthStatic value Down for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealthStatic value Draining for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealthStatic value Partial for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealthStatic value Unknown for ApplicationGatewayBackendHealthServerHealth.static final ApplicationGatewayBackendHealthServerHealthStatic value Up for ApplicationGatewayBackendHealthServerHealth. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfromString(String name) Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.values()Gets known ApplicationGatewayBackendHealthServerHealth values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
UNKNOWN
Static value Unknown for ApplicationGatewayBackendHealthServerHealth. -
UP
Static value Up for ApplicationGatewayBackendHealthServerHealth. -
DOWN
Static value Down for ApplicationGatewayBackendHealthServerHealth. -
PARTIAL
Static value Partial for ApplicationGatewayBackendHealthServerHealth. -
DRAINING
Static value Draining for ApplicationGatewayBackendHealthServerHealth.
-
-
Constructor Details
-
ApplicationGatewayBackendHealthServerHealth
Deprecated.Use thefromString(String)factory method.Creates a new instance of ApplicationGatewayBackendHealthServerHealth value.
-
-
Method Details
-
fromString
Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ApplicationGatewayBackendHealthServerHealth.
-
values
Gets known ApplicationGatewayBackendHealthServerHealth values.- Returns:
- known ApplicationGatewayBackendHealthServerHealth values.
-
fromString(String)factory method.