azure.com

Azure resources can be locked to prevent other users in your organization from deleting or modifying resources.

🔑 oauth2 17 endpoints cloud
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (9 total)

azure-sdk-for-python ✓ Official
pip install azure-sdk-for-python
azure-sdk-for-js ✓ Official
npm install azure-sdk-for-js
azure-sdk-for-node ✓ Official
npm install azure-sdk-for-node
azure-sdk-for-go ✓ Official
go get github.com/Azure/azure-sdk-for-go
azure-sdk-for-java ✓ Official
# Maven: see https://github.com/Azure/azure-sdk-for-java
dotnet add package cognitive-services-speech-sdk
azure-sdk-for-net ✓ Official
dotnet add package azure-sdk-for-net
# See https://github.com/microsoft/Azure-Kinect-Sensor-SDK
# See https://github.com/Azure/MachineLearningNotebooks
curl examples
Lists all of the available Microsoft.Authorization REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Authorization/operations
Gets all the management locks for a scope.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Authorization/locks
Get a management lock by scope.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{scope}/providers/Microsoft.Authorization/locks/{lockName}
Endpoints (17 total)
GET
/providers/Microsoft.Authorization/operations
Lists all of the available Microsoft.Authorization REST API operations.
GET
/{scope}/providers/Microsoft.Authorization/locks
Gets all the management locks for a scope.
GET
/{scope}/providers/Microsoft.Authorization/locks/{lockName}
Get a management lock by scope.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks
Gets all the management locks for a subscription.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}
Gets a management lock at the subscription level.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks
Gets all the management locks for a resource group.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}
Gets a management lock at the resource group level.
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks
Gets all the management locks for a resource or any level below resource.
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePath}/{resourceType}/{resourceName}/providers/Microsoft.Authorization/locks/{lockName}
Get the management lock of a resource or any level below resource.
PUT
/{scope}/providers/Microsoft.Authorization/locks/{lockName}
Create or update a management lock by scope.
PUT
/subscriptions/{subscriptionId}/providers/Microsoft.Authorization/locks/{lockName}
Creates or updates a management lock at the subscription level.
PUT
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Authorization/locks/{lockName}
Creates or updates a management lock at the resource group level.
At a glance
Total SDKs9
Languages8
Endpoints17
Authoauth2
Categories1