Class LibraryManagementAction
java.lang.Object
com.azure.core.util.ExpandableStringEnum<LibraryManagementAction>
com.azure.resourcemanager.hdinsight.containers.models.LibraryManagementAction
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class LibraryManagementAction
extends com.azure.core.util.ExpandableStringEnum<LibraryManagementAction>
The library management action.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final LibraryManagementActionStatic value Install for LibraryManagementAction.static final LibraryManagementActionStatic value Uninstall for LibraryManagementAction. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic LibraryManagementActionfromString(String name) Creates or finds a LibraryManagementAction from its string representation.static Collection<LibraryManagementAction> values()Gets known LibraryManagementAction values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
INSTALL
Static value Install for LibraryManagementAction. -
UNINSTALL
Static value Uninstall for LibraryManagementAction.
-
-
Constructor Details
-
LibraryManagementAction
Deprecated.Use thefromString(String)factory method.Creates a new instance of LibraryManagementAction value.
-
-
Method Details
-
fromString
Creates or finds a LibraryManagementAction from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding LibraryManagementAction.
-
values
Gets known LibraryManagementAction values.- Returns:
- known LibraryManagementAction values.
-
fromString(String)factory method.