Class ExemptionCategory

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

public final class ExemptionCategory extends com.azure.core.util.ExpandableStringEnum<ExemptionCategory>
The policy exemption category. Possible values are Waiver and Mitigated.
  • Field Details

    • WAIVER

      public static final ExemptionCategory WAIVER
      Static value Waiver for ExemptionCategory.
    • MITIGATED

      public static final ExemptionCategory MITIGATED
      Static value Mitigated for ExemptionCategory.
  • Constructor Details

    • ExemptionCategory

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

    • fromString

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

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