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

C# integration

✓ Official SDK
Install
dotnet add package cognitive-services-speech-sdk
Lists all of the available management REST API operations.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Management/operations
List management groups for the authenticated user.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Management/managementGroups
Get the details of the management group.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /providers/Microsoft.Management/managementGroups/{groupId}
SDK on GitHub 📄 API Docs
SDK
cognitive-services-speech-sdk
C#
API
azure.com
azure.com:resources-management
At a glance
Language C#
Endpoints3
✓ Official