Class ProbeActionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ProbeActionType>
com.azure.resourcemanager.appplatform.models.ProbeActionType
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class ProbeActionType
extends com.azure.core.util.ExpandableStringEnum<ProbeActionType>
The type of the action to take to perform the health check.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final ProbeActionTypeStatic value ExecAction for ProbeActionType.static final ProbeActionTypeStatic value HTTPGetAction for ProbeActionType.static final ProbeActionTypeStatic value TCPSocketAction for ProbeActionType. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ProbeActionTypefromString(String name) Creates or finds a ProbeActionType from its string representation.static Collection<ProbeActionType> values()Gets known ProbeActionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
HTTPGET_ACTION
Static value HTTPGetAction for ProbeActionType. -
TCPSOCKET_ACTION
Static value TCPSocketAction for ProbeActionType. -
EXEC_ACTION
Static value ExecAction for ProbeActionType.
-
-
Constructor Details
-
ProbeActionType
Deprecated.Use thefromString(String)factory method.Creates a new instance of ProbeActionType value.
-
-
Method Details
-
fromString
Creates or finds a ProbeActionType from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding ProbeActionType.
-
values
Gets known ProbeActionType values.- Returns:
- known ProbeActionType values.
-
fromString(String)factory method.