Class ApplicationGatewayBackendHealthServerHealth
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ApplicationGatewayBackendHealthServerHealth>
-
- com.azure.resourcemanager.network.models.ApplicationGatewayBackendHealthServerHealth
-
public final class ApplicationGatewayBackendHealthServerHealth extends com.azure.core.util.ExpandableStringEnum<ApplicationGatewayBackendHealthServerHealth>
Defines values for ApplicationGatewayBackendHealthServerHealth.
-
-
Field Summary
Fields Modifier and Type Field Description static ApplicationGatewayBackendHealthServerHealthDOWNStatic value Down for ApplicationGatewayBackendHealthServerHealth.static ApplicationGatewayBackendHealthServerHealthDRAININGStatic value Draining for ApplicationGatewayBackendHealthServerHealth.static ApplicationGatewayBackendHealthServerHealthPARTIALStatic value Partial for ApplicationGatewayBackendHealthServerHealth.static ApplicationGatewayBackendHealthServerHealthUNKNOWNStatic value Unknown for ApplicationGatewayBackendHealthServerHealth.static ApplicationGatewayBackendHealthServerHealthUPStatic value Up for ApplicationGatewayBackendHealthServerHealth.
-
Constructor Summary
Constructors Constructor Description ApplicationGatewayBackendHealthServerHealth()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ApplicationGatewayBackendHealthServerHealthfromString(String name)Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.static Collection<ApplicationGatewayBackendHealthServerHealth>values()
-
-
-
Field Detail
-
UNKNOWN
public static final ApplicationGatewayBackendHealthServerHealth UNKNOWN
Static value Unknown for ApplicationGatewayBackendHealthServerHealth.
-
UP
public static final ApplicationGatewayBackendHealthServerHealth UP
Static value Up for ApplicationGatewayBackendHealthServerHealth.
-
DOWN
public static final ApplicationGatewayBackendHealthServerHealth DOWN
Static value Down for ApplicationGatewayBackendHealthServerHealth.
-
PARTIAL
public static final ApplicationGatewayBackendHealthServerHealth PARTIAL
Static value Partial for ApplicationGatewayBackendHealthServerHealth.
-
DRAINING
public static final ApplicationGatewayBackendHealthServerHealth DRAINING
Static value Draining for ApplicationGatewayBackendHealthServerHealth.
-
-
Method Detail
-
fromString
public static ApplicationGatewayBackendHealthServerHealth fromString(String name)
Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ApplicationGatewayBackendHealthServerHealth.
-
values
public static Collection<ApplicationGatewayBackendHealthServerHealth> values()
- Returns:
- known ApplicationGatewayBackendHealthServerHealth values.
-
-