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

C# integration

✓ Official SDK
Install
dotnet add package azure-sdk-for-net
List all operations available through Azure Alerts Management Resource Provider.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.AlertsManagement/operations
List alerts meta data information based on value of identifier parameter.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.AlertsManagement/alertsMetaData
List all existing alerts, where the results can be filtered on the basis of m…
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /subscriptions/{subscriptionId}/providers/Microsoft.AlertsManagement/alerts
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-net
C#
API
azure.com
azure.com:alertsmanagement-AlertsManagement
At a glance
Language C#
Endpoints17
✓ Official