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
Down. |
|
static final
Application |
DRAINING
Draining. |
|
static final
Application |
PARTIAL
Partial. |
|
static final
Application |
UNKNOWN
Unknown. |
|
static final
Application |
UP
Up. |
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
Down.
DRAINING
public static final ApplicationGatewayBackendHealthServerHealth DRAINING
Draining.
PARTIAL
public static final ApplicationGatewayBackendHealthServerHealth PARTIAL
Partial.
UNKNOWN
public static final ApplicationGatewayBackendHealthServerHealth UNKNOWN
Unknown.
UP
public static final ApplicationGatewayBackendHealthServerHealth UP
Up.
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<ApplicationGatewayBackendHealthServerHealth> values()
Gets known ApplicationGatewayBackendHealthServerHealth values.
Returns: