Class SeverityLevel

java.lang.Object
com.azure.core.util.ExpandableStringEnum<SeverityLevel>
com.azure.resourcemanager.support.models.SeverityLevel

public final class SeverityLevel extends com.azure.core.util.ExpandableStringEnum<SeverityLevel>
A value that indicates the urgency of the case, which in turn determines the response time according to the service level agreement of the technical support plan you have with Azure. Note: 'Highest critical impact', also known as the 'Emergency - Severe impact' level in the Azure portal is reserved only for our Premium customers.
  • Field Details

    • MINIMAL

      public static final SeverityLevel MINIMAL
      Static value minimal for SeverityLevel.
    • MODERATE

      public static final SeverityLevel MODERATE
      Static value moderate for SeverityLevel.
    • CRITICAL

      public static final SeverityLevel CRITICAL
      Static value critical for SeverityLevel.
    • HIGHESTCRITICALIMPACT

      public static final SeverityLevel HIGHESTCRITICALIMPACT
      Static value highestcriticalimpact for SeverityLevel.
  • Constructor Details

    • SeverityLevel

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

    • fromString

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

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