Uses of Class
com.azure.resourcemanager.authorization.models.DenyAssignmentPermission
Packages that use DenyAssignmentPermission
Package
Description
Package containing the data models for AuthorizationManagementClient.
-
Uses of DenyAssignmentPermission in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return DenyAssignmentPermissionModifier and TypeMethodDescriptionDenyAssignmentPermission.withActions(List<String> actions) Set the actions property: Actions to which the deny assignment does not grant access.DenyAssignmentPermission.withCondition(String condition) Set the condition property: The conditions on the Deny assignment permission.DenyAssignmentPermission.withConditionVersion(String conditionVersion) Set the conditionVersion property: Version of the condition.DenyAssignmentPermission.withDataActions(List<String> dataActions) Set the dataActions property: Data actions to which the deny assignment does not grant access.DenyAssignmentPermission.withNotActions(List<String> notActions) Set the notActions property: Actions to exclude from that the deny assignment does not grant access.DenyAssignmentPermission.withNotDataActions(List<String> notDataActions) Set the notDataActions property: Data actions to exclude from that the deny assignment does not grant access.