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

C# integration

✓ Official SDK
Install
dotnet add package azure-sdk-for-net
Query the list of Assets in a workspace.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/assets
Query the list of Models in a workspace.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/models
Query the list of Services in a Workspace.
curl \
  -H "Authorization: Bearer $ACCESS_TOKEN" \
  /modelmanagement/v1.0/subscriptions/{subscriptionId}/resourceGroups/{resourceGroup}/providers/Microsoft.MachineLearningServices/workspaces/{workspace}/services
SDK on GitHub 📄 API Docs
SDK
azure-sdk-for-net
C#
API
azure.com
azure.com:machinelearningservices-modelManagement
At a glance
Language C#
Endpoints23
✓ Official