FrontDoorHealthProbeMethod Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. frontdoor. models. FrontDoorHealthProbeMethod
- com.
- com.
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
Front |
GET
Static value GET for Front |
static final
Front |
HEAD
Static value HEAD for Front |
Constructor Summary
Constructor | Description |
---|---|
FrontDoorHealthProbeMethod() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Front |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Front |
fromString(String name)
Creates or finds a Front |
static
Collection<Front |
values()
Gets known Front |
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
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:
Returns:
values
public static Collection
Gets known FrontDoorHealthProbeMethod values.
Returns:
Applies to
Azure SDK for Java