azure.com

Creates an Azure Data Lake Store account management client.

🔑 oauth2 26 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 Data Lake Store REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.DataLakeStore/operations
Lists the Data Lake Store accounts within the subscription. The response incl…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
Gets the current usage count and the limit for the resources of the location …
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/usages
Endpoints (26 total)
GET
/providers/Microsoft.DataLakeStore/operations
Lists all of the available Data Lake Store REST API operations.
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/accounts
Lists the Data Lake Store accounts within the subscription. The response incl…
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/usages
Gets the current usage count and the limit for the resources of the location …
GET
/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeStore/locations/{location}/capability
Gets subscription-level properties and limits for Data Lake Store specified b…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts
Lists the Data Lake Store accounts within a specific resource group. The resp…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}
Gets the specified Data Lake Store account.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/firewallRules
Lists the Data Lake Store firewall rules within the specified Data Lake Store…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/trustedIdProviders
Lists the Data Lake Store trusted identity providers within the specified Dat…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/virtualNetworkRules
Lists the Data Lake Store virtual network rules within the specified Data Lak…
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/firewallRules/{firewallRuleName}
Gets the specified Data Lake Store firewall rule.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/trustedIdProviders/{trustedIdProviderName}
Gets the specified Data Lake Store trusted identity provider.
GET
/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeStore/accounts/{accountName}/virtualNetworkRules/{virtualNetworkRuleName}
Gets the specified Data Lake Store virtual network rule.
At a glance
Total SDKs9
Languages8
Endpoints26
Authoauth2
Categories1