Using cognitive-services-speech-sdk with azure.com

C# integration

✓ Official SDK
Install
dotnet add package cognitive-services-speech-sdk
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
cognitive-services-speech-sdk
C#
API
azure.com
azure.com:alertsmanagement-AlertsManagement
At a glance
Language C#
Endpoints17
✓ Official