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 Details

    • STATIC

      public static final RangerUsersyncMode STATIC
      Static value static for RangerUsersyncMode.
    • AUTOMATIC

      public static final RangerUsersyncMode AUTOMATIC
      Static value automatic for RangerUsersyncMode.
  • Constructor Details

    • RangerUsersyncMode

      @Deprecated public RangerUsersyncMode()
      Deprecated.
      Use the fromString(String) factory method.
      Creates a new instance of RangerUsersyncMode value.
  • Method Details

    • fromString

      public static RangerUsersyncMode fromString(String name)
      Creates or finds a RangerUsersyncMode from its string representation.
      Parameters:
      name - a name to look for.
      Returns:
      the corresponding RangerUsersyncMode.
    • values

      public static Collection<RangerUsersyncMode> values()
      Gets known RangerUsersyncMode values.
      Returns:
      known RangerUsersyncMode values.