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) This operation updates a policy assignment with the given scope and name.PolicyAssignmentsClient.updateAsync(String scope, String policyAssignmentName, PolicyAssignmentUpdate parameters) This operation updates a policy assignment with the given scope and name.PolicyAssignmentsClient.updateById(String policyAssignmentId, PolicyAssignmentUpdate parameters) This operation updates the policy assignment with the given ID.PolicyAssignmentsClient.updateByIdAsync(String policyAssignmentId, PolicyAssignmentUpdate parameters) This operation updates the policy assignment with the given ID.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.updateByIdWithResponse(String policyAssignmentId, PolicyAssignmentUpdate parameters, com.azure.core.util.Context context) This operation updates the policy assignment with the given ID.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.updateByIdWithResponseAsync(String policyAssignmentId, PolicyAssignmentUpdate parameters) This operation updates the policy assignment with the given ID.com.azure.core.http.rest.Response<PolicyAssignmentInner>PolicyAssignmentsClient.updateWithResponse(String scope, String policyAssignmentName, PolicyAssignmentUpdate parameters, com.azure.core.util.Context context) This operation updates a policy assignment with the given scope and name.Mono<com.azure.core.http.rest.Response<PolicyAssignmentInner>>PolicyAssignmentsClient.updateWithResponseAsync(String scope, String policyAssignmentName, PolicyAssignmentUpdate parameters) This operation updates a policy assignment with the given scope and name. -
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.