Class ActionType
java.lang.Object
com.azure.core.util.ExpandableStringEnum<ActionType>
com.azure.resourcemanager.labservices.models.ActionType
Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic ActionType
fromString
(String name) Creates or finds a ActionType from its string representation.static Collection<ActionType>
values()
Gets known ActionType values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, hashCode, toString, values
-
Field Details
-
INTERNAL
Static value Internal for ActionType.
-
-
Constructor Details
-
ActionType
public ActionType()
-
-
Method Details
-
fromString
Creates or finds a ActionType from its string representation.- Parameters:
name
- a name to look for.- Returns:
- the corresponding ActionType.
-
values
Gets known ActionType values.- Returns:
- known ActionType values.
-