Class ExemptionCategory
- java.lang.Object
-
- com.azure.core.util.ExpandableStringEnum<ExemptionCategory>
-
- com.azure.resourcemanager.resources.models.ExemptionCategory
-
public final class ExemptionCategory extends com.azure.core.util.ExpandableStringEnum<ExemptionCategory>
Defines values for ExemptionCategory.
-
-
Field Summary
Fields Modifier and Type Field Description static ExemptionCategoryMITIGATEDStatic value Mitigated for ExemptionCategory.static ExemptionCategoryWAIVERStatic value Waiver for ExemptionCategory.
-
Constructor Summary
Constructors Constructor Description ExemptionCategory()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static ExemptionCategoryfromString(String name)Creates or finds a ExemptionCategory from its string representation.static Collection<ExemptionCategory>values()
-
-
-
Field Detail
-
WAIVER
public static final ExemptionCategory WAIVER
Static value Waiver for ExemptionCategory.
-
MITIGATED
public static final ExemptionCategory MITIGATED
Static value Mitigated for ExemptionCategory.
-
-
Method Detail
-
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()
- Returns:
- known ExemptionCategory values.
-
-