ApplicationGatewayBackendHealthServerHealth Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. network. models. ApplicationGatewayBackendHealthServerHealth
- com.
- com.
public final class ApplicationGatewayBackendHealthServerHealth
extends ExpandableStringEnum<ApplicationGatewayBackendHealthServerHealth>
Health of backend server.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Application |
DOWN
Static value Down for Application |
static final
Application |
DRAINING
Static value Draining for Application |
static final
Application |
PARTIAL
Static value Partial for Application |
static final
Application |
UNKNOWN
Static value Unknown for Application |
static final
Application |
UP
Static value Up for Application |
Constructor Summary
Constructor | Description |
---|---|
ApplicationGatewayBackendHealthServerHealth() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Application |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Application |
fromString(String name)
Creates or finds a Application |
static
Collection<Application |
values()
Gets known Application |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
DOWN
public static final ApplicationGatewayBackendHealthServerHealth DOWN
Static value Down for ApplicationGatewayBackendHealthServerHealth.
DRAINING
public static final ApplicationGatewayBackendHealthServerHealth DRAINING
Static value Draining for ApplicationGatewayBackendHealthServerHealth.
PARTIAL
public static final ApplicationGatewayBackendHealthServerHealth PARTIAL
Static value Partial for ApplicationGatewayBackendHealthServerHealth.
UNKNOWN
public static final ApplicationGatewayBackendHealthServerHealth UNKNOWN
Static value Unknown for ApplicationGatewayBackendHealthServerHealth.
UP
public static final ApplicationGatewayBackendHealthServerHealth UP
Static value Up for ApplicationGatewayBackendHealthServerHealth.
Constructor Details
ApplicationGatewayBackendHealthServerHealth
@Deprecated
public ApplicationGatewayBackendHealthServerHealth()
Deprecated
Creates a new instance of ApplicationGatewayBackendHealthServerHealth value.
Method Details
fromString
public static ApplicationGatewayBackendHealthServerHealth fromString(String name)
Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.
Parameters:
Returns:
values
public static Collection
Gets known ApplicationGatewayBackendHealthServerHealth values.
Returns:
Applies to
Azure SDK for Java