ExemptionCategory Class
- java.
lang. Object - com.
azure. core. util. ExpandableStringEnum<T> - com.
azure. resourcemanager. resources. models. ExemptionCategory
- com.
- com.
public final class ExemptionCategory
extends ExpandableStringEnum<ExemptionCategory>
The policy exemption category. Possible values are Waiver and Mitigated.
Field Summary
Modifier and Type | Field and Description |
---|---|
static final
Exemption |
MITIGATED
Static value Mitigated for Exemption |
static final
Exemption |
WAIVER
Static value Waiver for Exemption |
Constructor Summary
Constructor | Description |
---|---|
ExemptionCategory() |
Deprecated
Use the fromString(String name) factory method.
Creates a new instance of Exemption |
Method Summary
Modifier and Type | Method and Description |
---|---|
static
Exemption |
fromString(String name)
Creates or finds a Exemption |
static
Collection<Exemption |
values()
Gets known Exemption |
Methods inherited from ExpandableStringEnum
Methods inherited from java.lang.Object
Field Details
MITIGATED
public static final ExemptionCategory MITIGATED
Static value Mitigated for ExemptionCategory.
WAIVER
public static final ExemptionCategory WAIVER
Static value Waiver for ExemptionCategory.
Constructor Details
ExemptionCategory
@Deprecated
public ExemptionCategory()
Deprecated
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:
Returns:
values
public static Collection
Gets known ExemptionCategory values.
Returns:
Applies to
Azure SDK for Java