Class RangerUsersyncMode
java.lang.Object
com.azure.core.util.ExpandableStringEnum<RangerUsersyncMode>
com.azure.resourcemanager.hdinsight.containers.models.RangerUsersyncMode
- All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>
public final class RangerUsersyncMode
extends com.azure.core.util.ExpandableStringEnum<RangerUsersyncMode>
User & groups can be synced automatically or via a static list that's refreshed.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final RangerUsersyncModeStatic value automatic for RangerUsersyncMode.static final RangerUsersyncModeStatic value static for RangerUsersyncMode. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic RangerUsersyncModefromString(String name) Creates or finds a RangerUsersyncMode from its string representation.static Collection<RangerUsersyncMode> values()Gets known RangerUsersyncMode values.Methods inherited from class com.azure.core.util.ExpandableStringEnum
equals, fromString, getValue, hashCode, toString, values
-
Field Details
-
STATIC
Static value static for RangerUsersyncMode. -
AUTOMATIC
Static value automatic for RangerUsersyncMode.
-
-
Constructor Details
-
RangerUsersyncMode
Deprecated.Use thefromString(String)factory method.Creates a new instance of RangerUsersyncMode value.
-
-
Method Details
-
fromString
Creates or finds a RangerUsersyncMode from its string representation.- Parameters:
name- a name to look for.- Returns:
- the corresponding RangerUsersyncMode.
-
values
Gets known RangerUsersyncMode values.- Returns:
- known RangerUsersyncMode values.
-
fromString(String)factory method.