Class ElevationLevel

java.lang.Object
com.azure.core.util.ExpandableStringEnum<ElevationLevel>
com.azure.compute.batch.models.ElevationLevel
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class ElevationLevel extends com.azure.core.util.ExpandableStringEnum<ElevationLevel>
ElevationLevel enums.
  • Field Details

    • NON_ADMIN

      public static final ElevationLevel NON_ADMIN
      The user is a standard user without elevated access.
    • ADMIN

      public static final ElevationLevel ADMIN
      The user is a user with elevated access and operates with full Administrator permissions.
  • Constructor Details

    • ElevationLevel

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

    • fromString

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

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