Uses of Class
com.azure.resourcemanager.resources.models.PolicyExemptionUpdate
Packages that use PolicyExemptionUpdate
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of PolicyExemptionUpdate in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent with parameters of type PolicyExemptionUpdateModifier and TypeMethodDescriptionPolicyExemptionsClient.update(String scope, String policyExemptionName, PolicyExemptionUpdate parameters) Updates a policy exemption.PolicyExemptionsClient.updateAsync(String scope, String policyExemptionName, PolicyExemptionUpdate parameters) Updates a policy exemption.com.azure.core.http.rest.Response<PolicyExemptionInner>PolicyExemptionsClient.updateWithResponse(String scope, String policyExemptionName, PolicyExemptionUpdate parameters, com.azure.core.util.Context context) Updates a policy exemption.Mono<com.azure.core.http.rest.Response<PolicyExemptionInner>>PolicyExemptionsClient.updateWithResponseAsync(String scope, String policyExemptionName, PolicyExemptionUpdate parameters) Updates a policy exemption. -
Uses of PolicyExemptionUpdate in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return PolicyExemptionUpdateModifier and TypeMethodDescriptionPolicyExemptionUpdate.withAssignmentScopeValidation(AssignmentScopeValidation assignmentScopeValidation) Set the assignmentScopeValidation property: The option whether validate the exemption is at or under the assignment scope.PolicyExemptionUpdate.withResourceSelectors(List<ResourceSelector> resourceSelectors) Set the resourceSelectors property: The resource selector list to filter policies by resource properties.