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

C# integration

✓ Official SDK
Install
dotnet add package azure-sdk-for-net
Lists available operations for the Microsoft.BatchAI provider.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.BatchAI/operations
Gets a list of Workspaces associated with the given subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.BatchAI/workspaces
Gets the current usage information as well as limits for Batch AI resources f…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.BatchAI/locations/{location}/usages
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-net
C#
API
azure.com
azure.com:batchai-BatchAI
At a glance
Language C#
Endpoints29
✓ Official