FrontDoorHealthProbeMethod Class

public final class FrontDoorHealthProbeMethod
extends ExpandableStringEnum<FrontDoorHealthProbeMethod>

Configures which HTTP method to use to probe the backends defined under backendPools.

Field Summary

Modifier and Type Field and Description
static final FrontDoorHealthProbeMethod GET

Static value GET for FrontDoorHealthProbeMethod.

static final FrontDoorHealthProbeMethod HEAD

Static value HEAD for FrontDoorHealthProbeMethod.

Constructor Summary

Constructor Description
FrontDoorHealthProbeMethod()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FrontDoorHealthProbeMethod value.

Method Summary

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

Creates or finds a FrontDoorHealthProbeMethod from its string representation.

static Collection<FrontDoorHealthProbeMethod> values()

Gets known FrontDoorHealthProbeMethod values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

GET

public static final FrontDoorHealthProbeMethod GET

Static value GET for FrontDoorHealthProbeMethod.

HEAD

public static final FrontDoorHealthProbeMethod HEAD

Static value HEAD for FrontDoorHealthProbeMethod.

Constructor Details

FrontDoorHealthProbeMethod

@Deprecated
public FrontDoorHealthProbeMethod()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of FrontDoorHealthProbeMethod value.

Method Details

fromString

public static FrontDoorHealthProbeMethod fromString(String name)

Creates or finds a FrontDoorHealthProbeMethod from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding FrontDoorHealthProbeMethod.

values

public static Collection values()

Gets known FrontDoorHealthProbeMethod values.

Returns:

known FrontDoorHealthProbeMethod values.

Applies to