ApplicationGatewayBackendHealthStatus Class

public class ApplicationGatewayBackendHealthStatus
extends ExpandableStringEnum<ApplicationGatewayBackendHealthStatus>

Application gateway backend health status.

Field Summary

Modifier and Type Field and Description
static final ApplicationGatewayBackendHealthStatus DOWN

The server is down.

static final ApplicationGatewayBackendHealthStatus DRAINING

The server is draining.

static final ApplicationGatewayBackendHealthStatus PARTIAL

Partial health status.

static final ApplicationGatewayBackendHealthStatus UNHEALTHY

The server is unhealthy.

static final ApplicationGatewayBackendHealthStatus UNKNOWN

Unknown health status.

static final ApplicationGatewayBackendHealthStatus UP

The server is up.

Constructor Summary

Constructor Description
ApplicationGatewayBackendHealthStatus()

Method Summary

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

Finds or creates a backend health status based on the specified name.

static java.util.Collection<ApplicationGatewayBackendHealthStatus> values()

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

java.lang.Object.clone java.lang.Object.finalize java.lang.Object.getClass java.lang.Object.notify java.lang.Object.notifyAll java.lang.Object.wait java.lang.Object.wait java.lang.Object.wait

Field Details

DOWN

public static final ApplicationGatewayBackendHealthStatus DOWN

The server is down.

DRAINING

public static final ApplicationGatewayBackendHealthStatus DRAINING

The server is draining.

PARTIAL

public static final ApplicationGatewayBackendHealthStatus PARTIAL

Partial health status.

UNHEALTHY

public static final ApplicationGatewayBackendHealthStatus UNHEALTHY

The server is unhealthy.

UNKNOWN

public static final ApplicationGatewayBackendHealthStatus UNKNOWN

Unknown health status.

UP

public static final ApplicationGatewayBackendHealthStatus UP

The server is up.

Constructor Details

ApplicationGatewayBackendHealthStatus

public ApplicationGatewayBackendHealthStatus()

Method Details

fromString

public static ApplicationGatewayBackendHealthStatus fromString(String name)

Finds or creates a backend health status based on the specified name.

Parameters:

name - a name

Returns:

an instance of ApplicationGatewayBackendHealthStatus

values

public static Collection values()

Returns:

known application gateway backend health statuses

Applies to