Partager via


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

Static value Down for ApplicationGatewayBackendHealthServerHealth.

static final ApplicationGatewayBackendHealthServerHealth DRAINING

Static value Draining for ApplicationGatewayBackendHealthServerHealth.

static final ApplicationGatewayBackendHealthServerHealth PARTIAL

Static value Partial for ApplicationGatewayBackendHealthServerHealth.

static final ApplicationGatewayBackendHealthServerHealth UNKNOWN

Static value Unknown for ApplicationGatewayBackendHealthServerHealth.

static final ApplicationGatewayBackendHealthServerHealth UP

Static value Up for ApplicationGatewayBackendHealthServerHealth.

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

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.

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 values()

Gets known ApplicationGatewayBackendHealthServerHealth values.

Returns:

known ApplicationGatewayBackendHealthServerHealth values.

Applies to