Using azure-sdk-for-java with azure.com

Java integration

✓ Official SDK
Install
# Maven: see https://github.com/Azure/azure-sdk-for-java
Gets a deny assignment by ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{denyAssignmentId}
Gets deny assignments for a scope.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Authorization/denyAssignments
Get the specified deny assignment.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Authorization/denyAssignments/{denyAssignmentId}
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-java
Java
API
azure.com
azure.com:authorization-authorization-DenyAssignmentGetCalls
At a glance
Language Java
Endpoints6
✓ Official