Uses of Class
com.azure.resourcemanager.resources.models.ExemptionCategory
Packages that use ExemptionCategory
Package
Description
Package containing the inner data models for ResourceManagementClient.
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 ExemptionCategoryModifier and TypeMethodDescriptionPolicyExemptionInner.exemptionCategory()Get the exemptionCategory property: The policy exemption category.PolicyExemptionProperties.exemptionCategory()Get the exemptionCategory property: The policy exemption category.Methods in com.azure.resourcemanager.resources.fluent.models with parameters of type ExemptionCategoryModifier and TypeMethodDescriptionPolicyExemptionInner.withExemptionCategory(ExemptionCategory exemptionCategory) Set the exemptionCategory property: The policy exemption category.PolicyExemptionProperties.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 ExemptionCategoryModifier and TypeFieldDescriptionstatic final ExemptionCategoryExemptionCategory.MITIGATEDStatic value Mitigated for ExemptionCategory.static final ExemptionCategoryExemptionCategory.WAIVERStatic value Waiver for ExemptionCategory.Methods in com.azure.resourcemanager.resources.models that return ExemptionCategoryModifier and TypeMethodDescriptionstatic 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 ExemptionCategoryModifier and TypeMethodDescriptionstatic Collection<ExemptionCategory>ExemptionCategory.values()Gets known ExemptionCategory values.