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

C# integration

✓ Official SDK
Install
dotnet add package azure-sdk-for-net
Gets a list of SAP HANA management operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.HanaOnAzure/operations
Gets a list of SAP monitors in the specified subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.HanaOnAzure/sapMonitors
Gets a list of SAP HANA instances in the specified subscription.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.HanaOnAzure/hanaInstances
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-net
C#
API
azure.com
azure.com:hanaonazure
At a glance
Language C#
Endpoints15
✓ Official