azure.com

The Azure Storage Management API.

🔑 oauth2 19 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 Storage Rest API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Storage/operations
Lists the available SKUs supported by Microsoft.Storage for given subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus
Lists all the storage accounts available under the subscription. Note that st…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.Storage/storageAccounts
Endpoints (19 total)
GET
/providers/Microsoft.Storage/operations
Lists all of the available Storage Rest API operations.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Storage/skus
Lists the available SKUs supported by Microsoft.Storage for given subscription.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Storage/storageAccounts
Lists all the storage accounts available under the subscription. Note that st…
GET
/subscriptions/{subscriptionId}/providers/Microsoft.Storage/locations/{location}/usages
Gets the current usage count and the limit for the resources of the location …
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts
Lists all the storage accounts available under the given resource group. Note…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}
Returns the properties for the specified storage account including but not li…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/managementPolicies/{managementPolicyName}
Gets the managementpolicy associated with the specified storage account.
POST
/subscriptions/{subscriptionId}/providers/Microsoft.Storage/checkNameAvailability
Checks that the storage account name is valid and is not already in use.
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/failover
Failover request can be triggered for a storage account in case of availabili…
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/listKeys
Lists the access keys or Kerberos keys (if active directory enabled) for the …
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/regenerateKey
Regenerates one of the access keys or Kerberos keys for the specified storage…
POST
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Storage/storageAccounts/{accountName}/ListAccountSas
List SAS credentials of a storage account.
At a glance
Total SDKs9
Languages8
Endpoints19
Authoauth2
Categories1