Uses of Class
com.azure.resourcemanager.resources.models.ExemptionCategory
-
Packages that use ExemptionCategory 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. -
-
Uses of ExemptionCategory in com.azure.resourcemanager.resources.fluent.models
Methods in com.azure.resourcemanager.resources.fluent.models that return ExemptionCategory Modifier and Type Method Description ExemptionCategoryPolicyExemptionInner. exemptionCategory()Get the exemptionCategory property: The policy exemption category.ExemptionCategoryPolicyExemptionProperties. exemptionCategory()Get the exemptionCategory property: The policy exemption category.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type ExemptionCategory Modifier and Type Method Description PolicyExemptionInnerPolicyExemptionInner. withExemptionCategory(ExemptionCategory exemptionCategory)Set the exemptionCategory property: The policy exemption category.PolicyExemptionPropertiesPolicyExemptionProperties. withExemptionCategory(ExemptionCategory exemptionCategory)Set the exemptionCategory property: The policy exemption category. -
Uses of ExemptionCategory in com.azure.resourcemanager.resources.models
Fields in com.azure.resourcemanager.resources.models declared as ExemptionCategory Modifier and Type Field Description static ExemptionCategoryExemptionCategory. MITIGATEDStatic value Mitigated for ExemptionCategory.static ExemptionCategoryExemptionCategory. WAIVERStatic value Waiver for ExemptionCategory.Methods in com.azure.resourcemanager.resources.models that return ExemptionCategory Modifier and Type Method Description static ExemptionCategoryExemptionCategory. fromString(String name)Creates or finds a ExemptionCategory from its string representation.Methods in com.azure.resourcemanager.resources.models that return types with arguments of type ExemptionCategory Modifier and Type Method Description static Collection<ExemptionCategory>ExemptionCategory. values()
-