Class DefaultPriorityLevel

java.lang.Object
com.azure.core.util.ExpandableStringEnum<DefaultPriorityLevel>
com.azure.resourcemanager.cosmos.models.DefaultPriorityLevel
All Implemented Interfaces:
com.azure.core.util.ExpandableEnum<String>

public final class DefaultPriorityLevel extends com.azure.core.util.ExpandableStringEnum<DefaultPriorityLevel>
Enum to indicate default priorityLevel of requests.
  • Field Details

  • Constructor Details

    • DefaultPriorityLevel

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

    • fromString

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

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