ApplicationGatewayBackendHealthServerHealth Class

public final class ApplicationGatewayBackendHealthServerHealth
extends ExpandableStringEnum<ApplicationGatewayBackendHealthServerHealth>

Health of backend server.

Field Summary

Modifier and Type Field and Description
static final ApplicationGatewayBackendHealthServerHealth DOWN

Down.

static final ApplicationGatewayBackendHealthServerHealth DRAINING

Draining.

static final ApplicationGatewayBackendHealthServerHealth PARTIAL

Partial.

static final ApplicationGatewayBackendHealthServerHealth UNKNOWN

Unknown.

static final ApplicationGatewayBackendHealthServerHealth UP

Up.

Constructor Summary

Constructor Description
ApplicationGatewayBackendHealthServerHealth()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of ApplicationGatewayBackendHealthServerHealth value.

Method Summary

Modifier and Type Method and Description
static ApplicationGatewayBackendHealthServerHealth fromString(String name)

Creates or finds a ApplicationGatewayBackendHealthServerHealth from its string representation.

static Collection<ApplicationGatewayBackendHealthServerHealth> values()

Gets known ApplicationGatewayBackendHealthServerHealth values.

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

Use the fromString(String name) factory method.

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:

name - a name to look for.

Returns:

the corresponding ApplicationGatewayBackendHealthServerHealth.

values

public static Collection<ApplicationGatewayBackendHealthServerHealth> values()

Gets known ApplicationGatewayBackendHealthServerHealth values.

Returns:

known ApplicationGatewayBackendHealthServerHealth values.

Applies to