| Package | Description |
|---|---|
| com.azure.resourcemanager.resources.fluent.models |
Package containing the inner data models for ResourceManagementClient.
|
| com.azure.resourcemanager.resources.models |
Package containing the data models for ResourceManagementClient.
|
| Modifier and Type | Method and Description |
|---|---|
ExemptionCategory |
PolicyExemptionInner.exemptionCategory()
Get the exemptionCategory property: The policy exemption category.
|
ExemptionCategory |
PolicyExemptionProperties.exemptionCategory()
Get the exemptionCategory property: The policy exemption category.
|
| Modifier and Type | Method and Description |
|---|---|
PolicyExemptionInner |
PolicyExemptionInner.withExemptionCategory(ExemptionCategory exemptionCategory)
Set the exemptionCategory property: The policy exemption category.
|
PolicyExemptionProperties |
PolicyExemptionProperties.withExemptionCategory(ExemptionCategory exemptionCategory)
Set the exemptionCategory property: The policy exemption category.
|
| Modifier and Type | Field and Description |
|---|---|
static ExemptionCategory |
ExemptionCategory.MITIGATED
Static value Mitigated for ExemptionCategory.
|
static ExemptionCategory |
ExemptionCategory.WAIVER
Static value Waiver for ExemptionCategory.
|
| Modifier and Type | Method and Description |
|---|---|
static ExemptionCategory |
ExemptionCategory.fromString(String name)
Creates or finds a ExemptionCategory from its string representation.
|
Visit the Azure for Java Developers site for more Java documentation, including quick starts, tutorials, and code samples.