@Beta(value=V1_4_0) public class ApplicationGatewayBackendHealthStatus extends ExpandableStringEnum<ApplicationGatewayBackendHealthStatus>
Modifier and Type | Field and Description |
---|---|
static ApplicationGatewayBackendHealthStatus |
DOWN
The server is down.
|
static ApplicationGatewayBackendHealthStatus |
DRAINING
The server is draining.
|
static ApplicationGatewayBackendHealthStatus |
PARTIAL
Partial health status.
|
static ApplicationGatewayBackendHealthStatus |
UNHEALTHY
The server is unhealthy.
|
static ApplicationGatewayBackendHealthStatus |
UNKNOWN
Unknown health status.
|
static ApplicationGatewayBackendHealthStatus |
UP
The server is up.
|
Constructor and Description |
---|
ApplicationGatewayBackendHealthStatus() |
Modifier and Type | Method and Description |
---|---|
static ApplicationGatewayBackendHealthStatus |
fromString(String name)
Finds or creates a backend health status based on the specified name.
|
static Collection<ApplicationGatewayBackendHealthStatus> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final ApplicationGatewayBackendHealthStatus UNKNOWN
public static final ApplicationGatewayBackendHealthStatus UP
public static final ApplicationGatewayBackendHealthStatus DOWN
public static final ApplicationGatewayBackendHealthStatus PARTIAL
public static final ApplicationGatewayBackendHealthStatus DRAINING
public static final ApplicationGatewayBackendHealthStatus UNHEALTHY
public ApplicationGatewayBackendHealthStatus()
public static ApplicationGatewayBackendHealthStatus fromString(String name)
name
- a namepublic static Collection<ApplicationGatewayBackendHealthStatus> values()
Copyright © 2019. All rights reserved.