public enum HealthProbeRequestType extends Enum<HealthProbeRequestType>
| Enum Constant and Description |
|---|
GET
Enum value GET.
|
HEAD
Enum value HEAD.
|
NOT_SET
Enum value NotSet.
|
| Modifier and Type | Method and Description |
|---|---|
static HealthProbeRequestType |
fromString(String value)
Parses a serialized value to a HealthProbeRequestType instance.
|
String |
toString() |
static HealthProbeRequestType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HealthProbeRequestType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final HealthProbeRequestType NOT_SET
public static final HealthProbeRequestType GET
public static final HealthProbeRequestType HEAD
public static HealthProbeRequestType[] values()
public static HealthProbeRequestType valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic static HealthProbeRequestType fromString(String value)
value - the serialized value to parse.public String toString()
toString in class Enum<HealthProbeRequestType>Copyright © 2020 Microsoft Corporation. All rights reserved.