HealthProbeRequestType Enum
- java.
lang. Object - java.
lang. Enum - com.
azure. resourcemanager. cdn. models. HealthProbeRequestType
- com.
- java.
public enum HealthProbeRequestType
extends Enum<HealthProbeRequestType>
The type of health probe request that is made.
Fields
GET |
Enum value GET. |
HEAD |
Enum value HEAD. |
NOT_SET |
Enum value Not |
Methods inherited from java.lang.Enum
valueOf
clone
compareTo
describeConstable
equals
finalize
getDeclaringClass
hashCode
name
ordinal
toString
Methods inherited from java.lang.Object
Methods
fromString(String value)
public static HealthProbeRequestType fromString(String value)
Parses a serialized value to a HealthProbeRequestType instance.
Parameters
- value
- String
Returns
the parsed HealthProbeRequestType object, or null if unable to parse.