Uses of Class
com.azure.resourcemanager.resources.fluent.models.PolicyExemptionProperties
Packages that use PolicyExemptionProperties
Package
Description
Package containing the inner data models for ResourceManagementClient.
-
Uses of PolicyExemptionProperties in com.azure.resourcemanager.resources.fluent.models
Classes in com.azure.resourcemanager.resources.fluent.models that implement interfaces with type arguments of type PolicyExemptionPropertiesModifier and TypeClassDescriptionfinal classThe policy exemption properties.Methods in com.azure.resourcemanager.resources.fluent.models that return PolicyExemptionPropertiesModifier and TypeMethodDescriptionstatic PolicyExemptionPropertiesPolicyExemptionProperties.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of PolicyExemptionProperties from the JsonReader.PolicyExemptionProperties.withAssignmentScopeValidation(AssignmentScopeValidation assignmentScopeValidation) Set the assignmentScopeValidation property: The option whether validate the exemption is at or under the assignment scope.PolicyExemptionProperties.withDescription(String description) Set the description property: The description of the policy exemption.PolicyExemptionProperties.withDisplayName(String displayName) Set the displayName property: The display name of the policy exemption.PolicyExemptionProperties.withExemptionCategory(ExemptionCategory exemptionCategory) Set the exemptionCategory property: The policy exemption category.PolicyExemptionProperties.withExpiresOn(OffsetDateTime expiresOn) Set the expiresOn property: The expiration date and time (in UTC ISO 8601 format yyyy-MM-ddTHH:mm:ssZ) of the policy exemption.PolicyExemptionProperties.withMetadata(Object metadata) Set the metadata property: The policy exemption metadata.PolicyExemptionProperties.withPolicyAssignmentId(String policyAssignmentId) Set the policyAssignmentId property: The ID of the policy assignment that is being exempted.PolicyExemptionProperties.withPolicyDefinitionReferenceIds(List<String> policyDefinitionReferenceIds) Set the policyDefinitionReferenceIds property: The policy definition reference ID list when the associated policy assignment is an assignment of a policy set definition.PolicyExemptionProperties.withResourceSelectors(List<ResourceSelector> resourceSelectors) Set the resourceSelectors property: The resource selector list to filter policies by resource properties.