azure.com

Provides operations for working with resources and resource groups.

🔑 oauth2 78 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
Gets all resource providers for the tenant.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers
Gets a resource by ID.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /{resourceId}
Gets the specified resource provider at the tenant level.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/{resourceProviderNamespace}
Endpoints (78 total)
GET
/providers
Gets all resource providers for the tenant.
GET
/{resourceId}
Gets a resource by ID.
GET
/providers/{resourceProviderNamespace}
Gets the specified resource provider at the tenant level.
GET
/subscriptions/{subscriptionId}/tagNames
Gets the names and values of all resource tags that are defined in a subscrip…
GET
/providers/Microsoft.Resources/operations
Lists all of the available Microsoft.Resources REST API operations.
GET
/subscriptions/{subscriptionId}/providers
Gets all resource providers for a subscription.
GET
/subscriptions/{subscriptionId}/resources
Get all the resources in a subscription.
GET
/providers/Microsoft.Resources/deployments/
Get all the deployments at the tenant scope.
GET
/subscriptions/{subscriptionId}/resourcegroups
Gets all the resource groups for a subscription.
GET
/{scope}/providers/Microsoft.Resources/deployments/
Get all the deployments at the given scope.
GET
/providers/Microsoft.Resources/deployments/{deploymentName}
Gets a deployment.
GET
/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}
Gets a resource group.
At a glance
Total SDKs9
Languages8
Endpoints78
Authoauth2
Categories1