public final class ApplicationGatewayBackendHealthServerHealth extends ExpandableStringEnum<ApplicationGatewayBackendHealthServerHealth>
Modifier and Type | Field and Description |
---|---|
static ApplicationGatewayBackendHealthServerHealth |
DOWN
Static value Down for ApplicationGatewayBackendHealthServerHealth.
|
static ApplicationGatewayBackendHealthServerHealth |
DRAINING
Static value Draining for ApplicationGatewayBackendHealthServerHealth.
|
static ApplicationGatewayBackendHealthServerHealth |
PARTIAL
Static value Partial for ApplicationGatewayBackendHealthServerHealth.
|
static ApplicationGatewayBackendHealthServerHealth |
UNKNOWN
Static value Unknown for ApplicationGatewayBackendHealthServerHealth.
|
static ApplicationGatewayBackendHealthServerHealth |
UP
Static value Up for ApplicationGatewayBackendHealthServerHealth.
|
Constructor and Description |
---|
ApplicationGatewayBackendHealthServerHealth() |
Modifier and Type | Method and Description |
---|---|
static ApplicationGatewayBackendHealthServerHealth |
fromString(String name)
Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.
|
static Collection<ApplicationGatewayBackendHealthServerHealth> |
values() |
equals, fromString, hashCode, toString, values, withNameValue
public static final ApplicationGatewayBackendHealthServerHealth UNKNOWN
public static final ApplicationGatewayBackendHealthServerHealth UP
public static final ApplicationGatewayBackendHealthServerHealth DOWN
public static final ApplicationGatewayBackendHealthServerHealth PARTIAL
public static final ApplicationGatewayBackendHealthServerHealth DRAINING
public ApplicationGatewayBackendHealthServerHealth()
public static ApplicationGatewayBackendHealthServerHealth fromString(String name)
name
- a name to look forpublic static Collection<ApplicationGatewayBackendHealthServerHealth> values()
Copyright © 2019. All rights reserved.