Uses of Class
com.azure.resourcemanager.authorization.models.DenyAssignmentPermission
-
Packages that use DenyAssignmentPermission Package Description com.azure.resourcemanager.authorization.fluent.models Package containing the inner data models for AuthorizationManagementClient.com.azure.resourcemanager.authorization.models Package containing the data models for AuthorizationManagementClient. -
-
Uses of DenyAssignmentPermission in com.azure.resourcemanager.authorization.fluent.models
Methods in com.azure.resourcemanager.authorization.fluent.models that return types with arguments of type DenyAssignmentPermission Modifier and Type Method Description List<DenyAssignmentPermission>
DenyAssignmentInner. permissions()
Get the permissions property: An array of permissions that are denied by the deny assignment.List<DenyAssignmentPermission>
DenyAssignmentProperties. permissions()
Get the permissions property: An array of permissions that are denied by the deny assignment.Method parameters in com.azure.resourcemanager.authorization.fluent.models with type arguments of type DenyAssignmentPermission Modifier and Type Method Description DenyAssignmentInner
DenyAssignmentInner. withPermissions(List<DenyAssignmentPermission> permissions)
Set the permissions property: An array of permissions that are denied by the deny assignment.DenyAssignmentProperties
DenyAssignmentProperties. withPermissions(List<DenyAssignmentPermission> permissions)
Set the permissions property: An array of permissions that are denied by the deny assignment. -
Uses of DenyAssignmentPermission in com.azure.resourcemanager.authorization.models
Methods in com.azure.resourcemanager.authorization.models that return DenyAssignmentPermission Modifier and Type Method Description DenyAssignmentPermission
DenyAssignmentPermission. withActions(List<String> actions)
Set the actions property: Actions to which the deny assignment does not grant access.DenyAssignmentPermission
DenyAssignmentPermission. withDataActions(List<String> dataActions)
Set the dataActions property: Data actions to which the deny assignment does not grant access.DenyAssignmentPermission
DenyAssignmentPermission. withNotActions(List<String> notActions)
Set the notActions property: Actions to exclude from that the deny assignment does not grant access.DenyAssignmentPermission
DenyAssignmentPermission. withNotDataActions(List<String> notDataActions)
Set the notDataActions property: Data actions to exclude from that the deny assignment does not grant access.
-