java.lang.Object
com.azure.core.util.ExpandableStringEnum<UserType>
com.azure.resourcemanager.databoxedge.models.UserType

public final class UserType extends com.azure.core.util.ExpandableStringEnum<UserType>
Type of the user.
  • Field Details

    • SHARE

      public static final UserType SHARE
      Static value Share for UserType.
    • LOCAL_MANAGEMENT

      public static final UserType LOCAL_MANAGEMENT
      Static value LocalManagement for UserType.
    • ARM

      public static final UserType ARM
      Static value ARM for UserType.
  • Constructor Details

  • Method Details

    • fromString

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

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