Uses of Class
com.azure.resourcemanager.resources.models.PolicyAssignmentUpdate
Packages that use PolicyAssignmentUpdate
Package
Description
Package containing the service clients for ResourceManagementClient.
Package containing the data models for ResourceManagementClient.
-
Uses of PolicyAssignmentUpdate in com.azure.resourcemanager.resources.fluent
Methods in com.azure.resourcemanager.resources.fluent with parameters of type PolicyAssignmentUpdateModifier and TypeMethodDescriptionPolicyAssignmentsClient.update(String scope, String policyAssignmentName, PolicyAssignmentUpdate parameters) Updates a policy assignment.PolicyAssignmentsClient.updateAsync(String scope, String policyAssignmentName, PolicyAssignmentUpdate parameters) Updates a policy assignment.PolicyAssignmentsClient.updateById(String policyAssignmentId, PolicyAssignmentUpdate parameters) Updates a policy assignment.PolicyAssignmentsClient.updateByIdAsync(String policyAssignmentId, PolicyAssignmentUpdate parameters) Updates a policy assignment.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.updateByIdWithResponse(String policyAssignmentId, PolicyAssignmentUpdate parameters, com.azure.core.util.Context context) Updates a policy assignment.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.updateByIdWithResponseAsync(String policyAssignmentId, PolicyAssignmentUpdate parameters) Updates a policy assignment.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.updateWithResponse(String scope, String policyAssignmentName, PolicyAssignmentUpdate parameters, com.azure.core.util.Context context) Updates a policy assignment.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.updateWithResponseAsync(String scope, String policyAssignmentName, PolicyAssignmentUpdate parameters) Updates a policy assignment. -
Uses of PolicyAssignmentUpdate in com.azure.resourcemanager.resources.models
Methods in com.azure.resourcemanager.resources.models that return PolicyAssignmentUpdateModifier and TypeMethodDescriptionPolicyAssignmentUpdate.withIdentity(Identity identity) Set the identity property: The managed identity associated with the policy assignment.PolicyAssignmentUpdate.withLocation(String location) Set the location property: The location of the policy assignment.PolicyAssignmentUpdate.withOverrides(List<OverrideModel> overrides) Set the overrides property: The policy property value override.PolicyAssignmentUpdate.withResourceSelectors(List<ResourceSelector> resourceSelectors) Set the resourceSelectors property: The resource selector list to filter policies by resource properties.