ApplicationGatewayBackendHealthServerHealth Class
- java.
lang. Object - com.
microsoft. rest. ExpandableStringEnum - com.
microsoft. azure. management. network. ApplicationGatewayBackendHealthServerHealth
- com.
- com.
public final class ApplicationGatewayBackendHealthServerHealth
extends com.microsoft.rest.ExpandableStringEnum<ApplicationGatewayBackendHealthServerHealth>
Defines values for ApplicationGatewayBackendHealthServerHealth.
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 | Description | |
---|---|---|
Application |
Modifier and Type | Method and Description |
---|---|
static
Application |
from Creates or finds a Application |
static
java.util.Collection<Application |
values() |
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.
ApplicationGatewayBackendHealthServerHealth
public ApplicationGatewayBackendHealthServerHealth()
fromString
public static ApplicationGatewayBackendHealthServerHealth fromString(String name)
Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.
Parameters:
Returns:
values
public static Collection
Returns: